I have a self hosted instance of appwrite. I updated my server version from 1.5.11 to 1.6.0 to 1.6.2 to 1.7.0 to 1.7.4. Everything we smoothly. I was able to access my console but my app no longer communicated with my server. I found the issue to be that my custom API Endpoint no longer existed in the .env file on my server. I went to the web console and see that it was gone there too. I tried to recreate it and it said it already existed so I couldn't create it. I don't see it anywhere. For now I just updated my app to use the default api endpoint but I have to wait until Apple approves the update. I need help. My company uses this app on a daily basis. Thank you.
I ran the migration command at each update.
Custom API Endpoint deleted after migration
Custom API Endpoint deleted after server update
Recommended threads
- 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 ...
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...