typebot - error reach server
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
Solution:Jump to solution
you are not meant to update the variables yourself as they are dynamic, please undo all that
10 Replies
Project ID:
N/A
N/A
Solution
you are not meant to update the variables yourself as they are dynamic, please undo all that
these ones here?
NEXTAUTH and NEXT_PUBLIC
there are likely more, please restore them to their original values
Ok, I'll test it.
It workeeeeeeeeed
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}}
you need them to be caps