fedros_Original post
Rank 1: Thread
On my development local host everything works as expected but when I deploy onto the web (using vercel) every appwrite api crashes and I get the above error. I am using react /next.js
Anyone who has experienced a similar problem or knows how to solve it?
Summary
Issue: AppwriteException occurring with error message "Missing required parameter: 'collectionId'."
Solution: The error might be related to missing platform creation in the Vercel console for the new domain. Ensure you have added a platform for the Vercel domain.
Development works on localhost but crashes on deployment, specifically with React/Next.js. Any developers with similar experiences or solutions?