We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Hi!
I started to write the Helm Chart to deploy TypeBot on Kubernetes.
I set the env variables, including NEXTAUTH_URL (https://chatbot.example.com) and NEXTAUTH_URL_INTERNAL (http://typebot-builder.typebot.svc.cluster.local:3000), but the NEXTAUTH_URL_INTERNAL env variable is never used.
NEXTAUTH_URL
NEXTAUTH_URL_INTERNAL
I looked into the code and found that NEXTAUTH_URL_INTERNAL is not mentioned except in the documentation, where it is everywhere.
To Reproduce Steps to reproduce the behaviour:
Expected behavior Call internally the builder instead of its public URL
The text was updated successfully, but these errors were encountered:
Thanks for the heads up!
Sorry, something went wrong.
b32ecb1
No branches or pull requests
Describe the bug
Hi!
I started to write the Helm Chart to deploy TypeBot on Kubernetes.
I set the env variables, including
NEXTAUTH_URL
(https://chatbot.example.com) andNEXTAUTH_URL_INTERNAL
(http://typebot-builder.typebot.svc.cluster.local:3000), but theNEXTAUTH_URL_INTERNAL
env variable is never used.I looked into the code and found that
NEXTAUTH_URL_INTERNAL
is not mentioned except in the documentation, where it is everywhere.To Reproduce
Steps to reproduce the behaviour:
NEXTAUTH_URL_INTERNAL
in your IDE (VScode, for example)Expected behavior
Call internally the builder instead of its public URL
The text was updated successfully, but these errors were encountered: