Replies: 2 comments 1 reply
-
Thank you for sharing these instructions! |
Beta Was this translation helpful? Give feedback.
0 replies
-
you're welcome, and thank you too for this awesome app, can you change 3 snap-camera-server/src/utils/helper.js Line 187 in ab62900 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
look the file
.env
, uncomment and set the followingCreate directories with the above values in root of web app, check
stderr.log
if there missing directory or error.in
Snap Camera.exe
replacestudio-app.snapchat.com
(23 chars) withmysubdomain.yoururl.com
(23 chars) with hex editor.web based hex patcher needed 😁 or use manual web hex editor
https://hexed.it
For NodeJS 14 and below you need to change function
.replaceAll('oldvalue', 'newvalue'), 'gi')
with.replace(/oldvalue/gi, 'newvalue')
CPanel need loader file, instead using
server.js
as Application startup file createloadapp.cjs
or any name with.cjs
extension with the following contentdone
Beta Was this translation helpful? Give feedback.
All reactions