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
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...