Previously I was using a self hosted instance which was connected to my appwrite-cli, Now I want to login to my Appwrite cloud instance , but while trying to login or logout I get this error message
✗ Error Hostname/IP does not match certificate's altnames: Host: my.previous.domain. is not in the cert's altnames: DNS:symsup.a1routes.com
So you do you have a valid SSL certificate?
Yes , but I don't want to use the previous instance, I just want to connect to my Appwrite cloud now
P.S : I have deleted my previous self hosted instance
So you just need to change the endpoint? See https://appwrite.io/docs/command-line#configuration
Thanks
Recommended threads
- Project paused?
Hello, I have two Appwrite projects and I can not resume them for some reason. I'm using the free plan, and I saw in the pricing page that 2 free projects are a...
- Failed to generate functions SSL
```appwrite-worker-certificates | Cannot renew domain (functions.domain.com) on attempt no. 9 certificate: Failed to verify domain DNS records. appwrite-worker...
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...