After committing and restarting? What's the log?
2023-08-31 00:21:29 appwrite-realtime | Connection close: 3
2023-08-31 00:21:29 appwrite | [Error] Timestamp: 2023-08-30T17:21:29+00:00
2023-08-31 00:21:29 appwrite | [Error] Method: GET
2023-08-31 00:21:29 appwrite | [Error] URL: /v1/vcs/installations
2023-08-31 00:21:29 appwrite | [Error] Type: Appwrite\Extend\Exception
2023-08-31 00:21:29 appwrite | [Error] Message: chhinsras@gmail.com (role: owner) missing scope (none)
2023-08-31 00:21:29 appwrite | [Error] File: /usr/src/code/app/controllers/general.php
2023-08-31 00:21:29 appwrite | [Error] Line: 475
2023-08-31 00:21:29 appwrite-realtime | Connection open (user: 4)
2023-08-31 00:21:30 appwrite-influxdb | [httpd] 172.31.0.4 - - [30/Aug/2023:17:21:30 +0000] "POST /write?db=telegraf HTTP/1.1 " 204 0 "-" "Telegraf/1.20.4 Go/1.17.3" a8b375ce-4759-11ee-827f-0242ac1f0005 3013
owner get's all the member permissions
Have you added it to the $member variable?
after restarting, it's losen
why?
You need to step 4 to commit the changes
thanks
now it's showend 404 github page
Now that's a new issue
@Binyamin How are we able to do this?
Make sure you've set the max_connection in the mariadb service
- command: 'mysqld --innodb-flush-method=fsync --max_connections=${_APP_CONNECTIONS_MAX}'
- command: 'mysqld --innodb-flush-method=fsync'
edit this in your docker compose yml
Missing Scope on VCS Endpoints after Upgrading to 1.4.0
Use the diff lang
-no
+yes
Where
can you create a new <#1072905050399191082> post for this?
Okay, sorry, done
wait no
sorry we're already working on this so we probably wouldn't take the PR
Is there any fix for the Git integration? Should I make an extra issue?
no need. we're working on it
Please can you help, I've done this but the php file keep going back to default after i modify it
Have you committed the changes? step 4?
Fix in progress: https://github.com/appwrite/appwrite/pull/6071
I just migrated back 1.3.8, when the fix is ready I will migrate back
Recommended threads
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- How can I disable client-side account re...
Hi everyone! I’m currently building a game backend using Appwrite, and I’d like to prevent users from creating new accounts directly through the client. My go...
- relationships bug or error idk
hey every one, am using am using appwrite on a project and ran into a problem where by created a relationship and two way to be specific and it is stuck on proc...