Hi, I just want to notify the _APP_GRAPHQL_MAX_DEPTH variable dissapear from .env after I made a migration.
Hi - In docs seems like it still exists - did you set it up before migration?
yeah it was included in my .env before migration. After migration it dissapears. Did happen in two migrations i did. Maybe a bug.
I just added after migration
Gonna pass this to my team and know the reason
I created https://github.com/appwrite/appwrite/issues/5381 and I'll submit a PR shortly
[CLOSED] Migration .env missing var
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...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...