-
We are using rallly together with Traefik as reverse proxy. I have upgraded rallly from version 2 to 3. We always worked with a "wrong" setup, where we didn't add the scheme to the public base, so ´NEXT_PUBLIC_BASE_URL=example.com Is there something happening, that is causing this Bad Gateway error, when changing this env? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I've never used traefik so I don't know anything about it but it sounds like it's not forwarding all the request headers. In nginx you would use |
Beta Was this translation helpful? Give feedback.
-
I'm also using Traefik and when updating from an earlier version of v3* I also started getting Bad Gateway errors. I reverted to my old version and that solved the issue. I'm not sure if you're experiencing the same issue, but just in case: Today I noticed #947 and tried out the fix suggested there by @scottwallacesh. I added * - I'm unsure which version exactly. I pulled it on September 20th from the EDIT: My docker-compose config is here |
Beta Was this translation helpful? Give feedback.
I'm also using Traefik and when updating from an earlier version of v3* I also started getting Bad Gateway errors. I reverted to my old version and that solved the issue. I'm not sure if you're experiencing the same issue, but just in case:
Today I noticed #947 and tried out the fix suggested there by @scottwallacesh. I added
hostname: 0.0.0.0
and switched to thelukevella/rallly:3.4.2
image and that solved the Bad Gateway error I'd been seeing. Might be worth a try for you, too.* - I'm unsure which version exactly. I pulled it on September 20th from the
lukevella/rallly:3
tag, but the image isn't tagged anymore in dockerhub. The ID wassha256:0f1dfe32acfd81fd85dfc8c28031be629a6731a4f782…