#functions page returns 500

17 messages · Page 1 of 1 (latest)

silver ice
#

I am running selfhosted appwrite version 1.6.0 and all of a sudden my functions page stopped working, returning a 500. I don't see anything in the logs that would indicate the problem.

velvet venture
#

You can get them by going into the directory/folder where your docker compose file is located at (appwrite by default), and then run
docker compose logs appwrite

silver ice
# velvet venture You can get them by going into the directory/folder where your docker compose fi...

Here are the logs, I looked through them but not sure what to do to resolve the error

2025-05-12T15:22:15.663912334Z [Error] Type: Appwrite\Extend\Exception
2025-05-12T15:22:15.663915931Z [Error] Message: User (role: guests) missing scope (account)
2025-05-12T15:22:15.663932101Z [Error] File: /usr/src/code/app/controllers/shared/api.php
2025-05-12T15:22:15.663960475Z [Error] Line: 319
2025-05-12T15:22:15.663963280Z Failed to initialize logging provider: Unable to parse DSN: scheme is required
2025-05-12T15:22:15.665230524Z [Error] Timestamp: 2025-05-12T15:22:15+00:00
2025-05-12T15:22:15.665397198Z [Error] Method: GET
2025-05-12T15:22:15.665402779Z [Error] URL: /v1/functions/runtimes
2025-05-12T15:22:15.665405765Z [Error] Type: Appwrite\Extend\Exception
2025-05-12T15:22:15.665408239Z [Error] Message: User (role: guests) missing scope (functions.read)
2025-05-12T15:22:15.665410514Z [Error] File: /usr/src/code/app/controllers/shared/api.php
2025-05-12T15:22:15.665412707Z [Error] Line: 319
silver ice
velvet venture
silver ice
#

Didn’t make any changes , only change I can think of is adding another user to appwrite

velvet venture
silver ice
unborn path
#

Happened to me too but on Appwrite Cloud. All functions stopped working too, also returning 500. They just came back about 1-2 minutes ago and now each function is taking around 30 seconds to execute.

Nevermind, while writing this it happened again. My entire project is down

#

Cloud also returns this

#

we have upgraded to returning a new error 😭

#

this is when i try to view a function

#

im on new york

velvet venture
velvet venture