You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FQL v4 will be decommissioned on June 30, 2025. Fauna accounts created after August 21, 2024 must use FQL v10. These accounts will not be able to run FQL v4 queries or access the v4 Dashboard. To get started with FQL v10, please refer to our latest documentation at docs.fauna.com
We validate the database scope using a FQL v4 query, which means accounts created after August 21 cannot use scoped shells, e.g. run fauna shell child_db_name
Note
FQL v4 will be decommissioned on June 30, 2025. Fauna accounts created after August 21, 2024 must use FQL v10. These accounts will not be able to run FQL v4 queries or access the v4 Dashboard. To get started with FQL v10, please refer to our latest documentation at docs.fauna.com
We validate the database scope using a FQL v4 query, which means accounts created after August 21 cannot use scoped shells, e.g. run
fauna shell child_db_name
fauna-shell/src/lib/fauna-command.js
Line 198 in 1c5153c
Workaround
You can add your child database directly to your CLI configuration
https://docs.fauna.com/fauna/current/build/cli/commands/topics/endpoint/endpoint-add/
The text was updated successfully, but these errors were encountered: