I use HAProxy to frontend a bunch of dev servers, with SNI, as I have a single IP I can use. This worked fine on 1.5.1, but I just upgraded to 1.5.5, and now my locally hosted appwrite is responding with Bad Request errors. I'm pretty sure it's expecting a header that HAProxy is not sending, but I'm sending all the RFC7239 headers I can think of, and it's still not working. I can't seem to find the backend logs, even in dev mode, that would show me why I'm getting this error. Any suggestions?
does browsing directly to appwrite work?
Yes
What exactly is the full response body you're getting through ha proxy? You're not seeing anything in the docker logs for the appwrite container?
Nothing of note in any of the docker logs
I don't see any requests. Was hoping to find the equivalent of an nginx log or something
Recommended threads
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...