41 Replies
@t3ch_w1z4rd
what are these people potentially doing wrong then?
deployed 13 hours ago
is there a variable they aren't filling out properly?
@flpcrazzy can you share the logs of the service ?
Railway
Log Explorer
Railway is an infrastructure platform where you can provision infrastructure, develop with that infrastructure locally, and then deploy to the cloud.
that does not give either of us access to your logs
if you can copy paste few lines of code from there it might be helpful
Can I send you the Railway account login so you can check?
#typebot internal server error Check this chat
OK
❌ Invalid environment variables: {
ENCRYPTION_SECRET: [ 'String must contain exactly 32 character(s)' ]
}
did you not use the
${{secret(32)}}
when you created the template?I didn't change anything, I left everything default
ohhhhh maybe you deployed this template when that template variable wasn't rendering
it's since been fixed
This last deploy I just did now
but this wasn't a issue till date. I have set this from template itself as default variable
yes but it only renders when you first deploy, and they could have deployed this template when that variable wasn't rendering
ok I got it
What can I do to resolve the issue?
generate your own 32 character key and use it
Where can I generate this key? and where do i put the key?
lookup any key generator online, and you put it in your service variables
Ok, I'll try to do that and report back here
I solved that previous problem, but I'm still having problem with the preview url
try setting
NEXTAUTH_URL_INTERNAL
to https://${{RAILWAY_PUBLIC_DOMAIN}}
in the builders service variablesI added the variable and did the redeploy but the error still persists
okay just replace the localhost with the domain from railway
shouldn't you use the builders domain?
I'm using
I have a problem with the viewer url
I have no idea how to solve it, I've tried everything
Before it was working normally
no I mean use the builders domain in the webhook url
here?
what no not at all
instead of localhost:3001 use the builders domain
in viewer url?
use the builders domain instead of localhost:3001
I tried but it didn't work