Hi all!
Currently I'm having issues with functions on the Appwrite Cloud environment.. and I'm not sure how to proceed.
The first issue is the easiest to explain: Currently I cant create a new function from a template.
When I click on 'functions' in the menu, and then on the tab 'templates' Then I click on 'Generate PDF', I give it a name, I select nodejs 18. After that I get stuck on the step 'Permissions'. If I enable the toggle 'Public (anyone can execute)' or disable it, the next button won't get enabled and stays disabled, leaving me stuck on this page
The second issue is not hard to explain either: I have already an existing function. When I do a POST request to this function from postman I get a 500 response code with the body:
{ "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.6.0" }
however in the console I see a succesful execution on this function with the resonse code 200 and all the logging. How can I resolve this issue?
Recommended threads
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- router_deployment_not_found
I updated my function a few times and now i am getting the error: router_deployment_not_found I even reverted back to my original code but i am still getting th...