tbadan.creativeOriginal post
Web Developer
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.
Summary
Issue: Deployment on Vercel is showing an error stating that the collection ID is missing even though all necessary information is being passed to appwrite.
Solution: Double-check the configurations and ensure that the database settings are correctly configured in the appwrite setup, especially the collection ID. Double-check the API call to ensure that the correct data is being sent.