Can't create or deploy functions. Not sure what I'm doing wrong. Haven't been able to use functions since I updated
What are you doing?
I put api.mywebsite.com for the functions url in the .env file not sure if that's correct
Should it be just my website?
So after you do that, when you create a new function, a subdomain will be created for that function
I might need to make sure my firewall is letting the ports through too
I don't know what you're trying to do
I'm just just trying to create any function
I use appwrite cli
My functions are in dart
Init and deploy give me Error User( role: guests) missing scope (functions.read)
Did you login after installing the CLI?
I think it's my fault
That might be the problem. I couldn't find the documentation.i know it's out there
Where did you look and what did you do to try and find docs?
Just on google
Good try to login now
Gonna
Wow sorry for wasting your time again. I forgot to login it works again. All I needed was appwrite login
[SOLVED]Error User( role: guests) missing scope (functions.read)
Best thing to do is to look at our docs
They've helped alot π―
Recommended threads
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- 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...