Hi all, I have deployed my first project successfully and now how starting amending the code and understanding the code
I have added a new collection to appwrite and then built an API and a query to feed data to a new page on the site. It works perfectly on my Dev server, but when I deploy it with vercel it says the collection ID is missing. From that I can see I am passing appwrite all the info it needs.
Can someone help with why the deployment is saying it can't see the collection ID.
Recommended threads
- createCollection Deprecated
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...