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
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- HTTP POST to function returning "No Appw...
Hi everyone, Iโm running into an issue with my self-hosted Appwrite instance. Iโve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...