baptisteArno / typebot.io

šŸ’¬ Typebot is a powerful chatbot builder that you can self-host.
https://typebot.io
Other
7.17k stars 1.96k forks source link

Viewer not using correct paramenters - Using HTTP and not the link in .env #1680

Closed abordin closed 1 month ago

abordin commented 1 month ago

I have the same Issue. despite having configured https correctly, when the viewer tries to access the bot, the access address within the json comes as http, and the browser tries to access via http SeleĆ§Ć£o_238 SeleĆ§Ć£o_239 SeleĆ§Ć£o_240 SeleĆ§Ć£o_241 SeleĆ§Ć£o_242

abordin commented 1 month ago

after dowgrade to verson v2.26.1 it works !

baptisteArno commented 1 month ago

Indeed! Make sure your reverse proxy config has this set up:

 proxy_set_header X-Forwarded-Proto $scheme;