AppwriteException: Invalid `databaseId` param: UID must contain at most 36 chars.
- 0
- Databases
- Web
AppwriteException: Invalid databaseId
param: UID must contain at most 36 chars. Valid chars are a-z, A-Z, 0-9, and underscore. Can't start with a leading underscore
I am not getting this error when I'm hosting locally
But when I am opening my site deployed via vercel it's showing the error above.
I have registered my Vercel hostname on appwritre
im assuming you used environment variables for the database id...did you set them in vercel? did you deploy after setting them?
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...