2 years ago
I deployed the Typebot completely and it worked, both the builder and the viewer.
Then I connected to my domain, setting it to "builder.habl.com.br" and "chat.habl.com.br" with Railway's CNAMEs. I did it through Cloudflare. I also changed the variables in both the builder and the viewer.
Now this message appears in Test and also when opening the link in chat.habl.com.br, it doesn't work
11 Replies
2 years ago
you are not meant to update the variables yourself as they are dynamic, please undo all that
2 years ago
please undo that
2 years ago
there are likely more, please restore them to their original values
2 years ago
awsome
For anyone who does this stupid thing, this is the original code:
/// VIEWER
NEXTAUTH
https://${{Builder.RAILWAY_PUBLIC_DOMAIN}}
NEXT_PUBLIC_VIEWER
https://${{RAILWAY_PUBLIC_DOMAIN}}
//// BUILDER
NEXTAUTH
https://${{RAILWAY_PUBLIC_DOMAIN}}
NEXT_PUBLIC_VIEWER
https://${{Viewer.RAILWAY_PUBLIC_DOMAIN}}
2 years ago
you need them to be caps
