Hello,i've just installed successfully appwrite through docker,and didn't used default port,now after starting it with 'docker compose up -v' everything started correctly but when willing to access "localhost:800" i got "bad gateway" as error on navigator. I'm on garuda linux. and installed docker through pacman Thanks for giving me support
Run docker ps
to see to what port traefik is on
Alright
Thanks
It works
Recommended threads
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...