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
- 1.6.2 to 1.7.0
Hi everyone. I am running a self-hosted Appwrite server on version 1.6.2. What is the safest way to migrate to the next version? Should I update directly to...
- Exception: Route not found when calling ...
I have self-hosted v1.8.1 and I am using an Appwrite function with node-appwrite v22. When I call the createVarcharColumn() in my server function I get this exc...
- Document created without ID in console
Hi team, I’m experiencing an issue in the Appwrite console. When I create a document in a collection via the **Collections UI**, the document gets created **wi...