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
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...