Hi,
I have a working docker setup with traefik in front of the services. Everything works as expected except for login with CLI.
I've tried with
appwrite client -e https://mardy.dev.cloud/v1
and also with -p -k
The response I get is that the server is not running as expected.
Error: Invalid endpoint or your Appwrite server is not running as expected.
Do anyone have an idea what it could be? Traefik is using a self-signed cert so maybe I need to turn something off for Appwrite?
Recommended threads
- Error: Trying to install appwrite on sub...
``` [Error] Method: POST appwrite | [Error] URL: /v1/account appwrite | [Error] Type: Appwrite\Extend\Exce...
- JavaScript heap out of memory during bui...
I am running into heap out of memory when I am trying to build an Appwrite site. Usually this can be fixed by modifying the `max-old-space-size` configuration, ...
- client.ping() does not appear to work.
After upgrading to 1.8.0, I ran the `starter_for_flutter` and tested the ping. It failed with a "Server Error". I tried this again on my production instance (1...