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
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ...
- Error can not create `tablesdb` event wi...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...