pretix / pretixscan-android

Next-generation ticket scanning app for pretix
Apache License 2.0
23 stars 18 forks source link

"The server returned an invalid response" on Pretix-Installation behind Nginx. #66

Open Bapf opened 1 year ago

Bapf commented 1 year ago

I have a self hosted Pretix installation behind an Nginx as reverse proxy. Both the web access an the iOS scan app work fine, but when I try to connect this app i get an "The server returned an invalid response" error.

raphaelm commented 1 year ago

Do you see a request on any other vhost / nginx log?

Bapf commented 1 year ago

If you ask this way ... yes: In the permanentban.log. (I forgot to mention it's an Nginx running inside an OPNsense and I only checked the normal vhost-logs so far.) Interestingly only the POST-requests from the android app land there / trigger this. Not requests from the web or the iOS app ...

(I'll try to do some further debugging on my side first next week. thx so far.)