Multiple WSGI mounts
See original GitHub issueHello, I’m new to fastapi and im trying to use WSGIMiddleware to connect to a full flask app (With multiple routes) and so far i can just access to it’s main route.
i’m using app.mount to run my app as “/menu” but it just run “/” set on flask
app.mount("/menu", WSGIMiddleware(flask_app))
In case you need i can provide more code or even i can explain in spanish if you need more in-depth explanation.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Use multiple WSGI mount points in Apache with an Nginx ...
I am trying to set up multiple virtual hosts on the same server with Nginx and Apache and have run into a curious...
Read more >Configuration Guidelines — mod_wsgi 4.9.4 documentation
If you need to mount multiple WSGI applications, the directives can be listed more than once. When this occurs, those occuring first are...
Read more >Multiple Flask apps in Windows Apache - Google Groups
Hi, I want to host multiple Flask apps through Apache in the same Windows 10 server. I want each app to be running...
Read more >Running Multiple Django Projects via WSGI Middleware
Instead of mounting Django's WSGI module directly on Gunicorn, we'll create a middleware that chooses which Django project to mount ...
Read more >How to mount a Flask app under a URL prefix (or really, any ...
Application dispatching is the process of combining multiple Flask applications on the WSGI level. Which sounds like it's once again a more ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@JoseMoreville could you please close the issue, thank you
Thanks for the help here everyone! 👏 🙇
Thanks for reporting back and closing the issue 👍