-
Consider using https://github.com/emmett-framework/granian for your wsgi server. More proven and this library can then focus more on the web framework functionality.
-
make it so that we can select between
- running the flask development server when developing / testing / debugging
- running a production-style uwsgi server in production
-
I removed the threading, but the result was the same
code: https://github.com/geofranzi/geoportal/blob/306fdd89ceb4b8ea64f7ac20ae71c2134307e0db/framework/climate/views.py#L445
- nach dem testen we…
-
### Which project are you reporting a bug for?
kr8s
### What happened?
When I was just about to celebrate testing a flask app in production.... kr8s took it away from me 🤣
So it turns out…
-
### Description
Trying to auth (oidc) when the user's token is large (>2048 characters) violates column size constraint `oauth_requests.redirect_msg`.
One consequence of this is that a user can o…
-
When starting the wsgi server, a new option should be introduced to select an optional remote db, like '--remote-db'.
It takes an optional value.
If no value if specified, it will search for a …
-
### Is there an existing issue for the same feature request?
- [X] I have checked the existing issues.
### Is your feature request related to a problem?
```Markdown
./entrypoint.sh: line 25: 18337 …
-
We have identified that the backend is running using the Werkzeug development server in `debug` deployment. This is evidenced by the following warning message:
`WARNING | Werkzeug appears to be used …
-
need to figure out the relations between WSGI, wsgi, uwsgi.
-
Split from #1685: as reported by @rokclimb15, in some cases the WSGI path may Unicode characters that don't comply with the WSGI spec. According to [PEP 3333](https://peps.python.org/pep-3333/#unicode…