I set endpoint, projectID, key
Still didn't @D5
In your appwrite dashboard
Wait
@dammy Do you get such error after triggering the function through appwrite dashboard manually?
Ooo, I appreciate
So does that solves your problem?@dammy
If not tell me
Worked, I appreciate you @D5
[solved] - user_unauthorized in appwrite function execution
[SOLVED] user_unauthorized in appwrite function execution
Ops, we just changed at the same time ๐
I wanted saying so ๐
You're the best @D5
You're a flutter developer?
Yes
Thanks <:appwritepeepo:902865250427215882>
Make sure to put the permission in your appwrite.json or it will be wiped after the next deploy
Okay then
Though I go to console for permit each time I deploy
Sorry I don't understand
Anytime I deploy the functional fresh I will always go to my console and give it permission for execution
You can define it in your appwrite.json file located in the function folder you deploy if you want to make it predefined and not having to set permissions each time you deploy your function. But sincerely, I just go to the console and give them manually, don't want to get new errors accidentally ๐
But it's true the best solution is defining it in the appwrite.json file
Okay then, I'll check for an example
lastly, I couldn't find how to receive data from function execute on client side after passing jsondecode and work with it in function code from server and receiving response from server result
Recommended threads
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parametersใWHy๏ผ