rusackas commented on issue #35712: URL: https://github.com/apache/superset/issues/35712#issuecomment-5768586462
Turns out this was the strict-slash 308, not the proxy headers. The frontend hit `/dashboard/new` without the trailing slash, and Werkzeug builds that redirect as an absolute URL from the forwarded headers (where `$server_port` is the container's port, not 3000). #41343 points everything at `/dashboard/new/` and shipped in 6.1.0, so I'm closing this. Holler if it still reproduces on 6.1 and I'll reopen. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
