Skip to content
Discussion options

You must be logged in to vote

I would actually try to deploy the Flask app independently and handle routing based on path prefix with a Proxy like Traefik, probably also doing the HTTPS part.

Flask's internals are a bit finicky, even more, if you are are heavily using Flask's own psedo-global objects. There might be a way to solve it, but it probably depends a lot on your code, and would probably take a lot of effort debugging it, so, if you can avoid it, that might be easier.

But anyway, if you still have problems, please add a self-contained, minimal, reproducible, example that I can copy-paste to replicate it.

Sorry for the long delay! 🙈 I wanted to personally address each issue/PR and they piled up through time, …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Kludex
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question or problem question-migrate
2 participants
Converted from issue

This discussion was converted from issue #2999 on February 27, 2023 22:59.