Skip to content
New issue

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

NEXTAUTH_URL_INTERNAL exists only in the documentation #1875

Closed
timoa opened this issue Nov 9, 2024 · 1 comment
Closed

NEXTAUTH_URL_INTERNAL exists only in the documentation #1875

timoa opened this issue Nov 9, 2024 · 1 comment
Labels
Content 📝 Improvements or additions to documentation

Comments

@timoa
Copy link

timoa commented Nov 9, 2024

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.

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:

  1. Search in the code the NEXTAUTH_URL_INTERNAL in your IDE (VScode, for example)
  2. Only the related documentation will mention this ENV variable, not any code-related.

Expected behavior
Call internally the builder instead of its public URL

@baptisteArno baptisteArno added the Content 📝 Improvements or additions to documentation label Nov 10, 2024
@baptisteArno
Copy link
Owner

Thanks for the heads up!

@github-project-automation github-project-automation bot moved this to Backlog ☁️ in Typebot Nov 10, 2024
@github-project-automation github-project-automation bot moved this from Backlog ☁️ to Deployed 🎉 in Typebot Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content 📝 Improvements or additions to documentation
Projects
Status: Deployed 🎉
Development

No branches or pull requests

2 participants