Hey everyone π I'm having an issue creating Functions on Appwrite Cloud and I'm not sure if it's a platform bug or something wrong in my project.
When I try to create a function, the console calls this endpoint:
https://nyc.cloud.appwrite.io/v1/functions/templates?runtimes=%5Bobject+Object%5D
And I receive this error:
400 - Invalid runtimes param: Value must be a valid array...
What I already tried:
- Changed browsers
- Cleared cache
- Tested different runtimes in the UI
- Same error keeps happening
It looks like the console is sending [object Object] instead of an array.
Project region: NYC Using Appwrite Cloud (not self-hosted)
Is anyone else experiencing this or knows a workaround? π
Recommended threads
- Sites: Auto deploy on wrong github repos...
Hello, I have kinda with UAT(testing env) and prod env. When i pull request from dev -> uat, which stands as pre-prod environment to fully test all functionalit...
- Generate CSR
How do I generate a CSR for my domain host? They are asking me to generate one for my hoosting here on appwrite
- Appwrite Push Notifications: "Unknown er...
Hi all, I'm running into an issue with Appwrite push notifications in my web project. When I try to manually send a notification to a user from the Appwrite we...