Hi,
all a a sudden, my console is not reachable any more, and every calls fails from my app in production:
https://cookbooker-api.mesmoustaches.dev/console/
=> {"message":"The requested route was not found. Please refer to the API docs and try again.","code":404,"type":"general_route_not_found","version":"1.6.2"}
It was working fine until now.
I can access to the console through cloud.appwrite.io
I noticed that api endpoint might have changed from cloud.appwrite.io to fra.cloud.appwrite.io, so I reset my dns to lead to this, and appwrite console seems to tell me this is good.
But I still have the same issue.
Again, this dns was set for month, DNS look up still shows me it is well set, so can anyone help me understand what happened?
Use the main domain, using a custom domain to access the console is really not recommended
I can access console using https://cloud.appwrite.io/console yes, I just don't understand why this was working until now, and then it is not working anymore.
The biggest issue here is that users can't login with google anymore as the redirect url is https://cookbooker-api.mesmoustaches.dev/console/auth ...
And that call fails now
Recommended threads
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...
- Magic Link token automatically consumed
Hi, I'm using the Magic Link auth system with Appwrite Cloud and I'm running into huge issues getting users to log in successfully. About 9 times out of 10, th...