I use a local Appwrite instance for development. My IP changes depending on whether I'm working from home or in the office.
I therefore change the IP of the Appwrite endpoint in my .env.local accordingly.
I have also created the endpoint as a global variable in Appwrite. I also change this depending on where I am working from. The problem now is, that I have to redeploy all cloud functions after the change of the global variable so that they work.
Am I somehow making a mistake, or is this simply a step I have to take everytime? How could I simplify the whole thing?
Recommended threads
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...
- Realtime not processing messages
When subscribing to realtime events of database, the client's websocket receives the messages in the websocket feed, but doesn't call the specific message handl...