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
- AppwriteException - Transaction with the...
I am using "node-appwrite" module and I have successfully created transaction id but when passing it to tablesDB.createRow function with some other required dat...
- general_unauthorized_scope
localhost oauth not working. general_unauthorized_scope error showing. { "message": "User (role: guests) missing scopes ([\"account\"])", "code": 401, ...
- Cannot create cloud function due to this...
As I try to deploy a new function to Github I get this error message: ``` Unable to clone code repository: fatal: ' ' is not a valid branch name hint: See `man ...