Open retifrav opened 3 years ago
@retifrav were you able to solve this?
Hm, I don’t quite remember, but as I recall I got this problem with the latest master, so what I did is I took the latest stable/released version instead. So this bug (if it is a bug) is likely still present in master.
I also wrote an article about uWSGI and NGINX, perhaps you’ll find something useful there.
Thanks, yes, I also downgraded to 2.0.20 and it worked with no problem.
I would like to know how to work with the latest code though.
Duplicate of #2106 , solution is a config file with need-app = False
Latest master revision (2989143935775a21d6e8d30c7166c473bd1f78bd) doesn't seem to work in CGI mode. At the same time, 2.0.19.1 version works fine. I tried both versions with the same config, and both versions are built the same way.
The fact that 2.0.19.1 version works makes me think that there might have been some changes since then, but I couldn't figure out what exactly has changed, so I suspect this is a bug.
Environment
uWSGI config
Building
2.0.19.1
master
Launching
2.0.19.1
It outputs the following and runs fine:
master
It outputs the following and exits with
22
code:It's as if I tried to launch it with
--need-app
parameter, but it's not there, as you can see.