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
- Random function timeouts
Sometimes my function runs without issue and I can see my logs in the Logs tab on cloud.appwrite.io. Other times, the function fails with a 500 status code, the...
- Transaction and Session
I've been debugging for hours a problem that now I think it's because It's not allowed: In my project a user log in using the `node-appwrite` SDK (SSR) I store...
- Appwrite loading issue with Nuxt UI
For some reason when I add nuxt ui to my nuxt 4 project, appwrite will build the project but the project website will load indefinitely. Without adding Nuxt UI,...