We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A Discord user reported that they receive the following error when retrieving the status of a staged schema for a new child database:
$ if fauna schema push --no-input --secret $FAUNA_SECRET_KEY --dir $CI_PROJECT_DIR/fauna_schema; then echo "Schema pushed succesfully."; else echo "Could not push new schema. Abandoning any staged schema."; fauna schema abandon --no-input --secret $FAUNA_SECRET_KEY --dir $CI_PROJECT_DIR/fauna_schema; exit 1; fi Schema pushed succesfully. $ fauna schema status --no-input --secret $FAUNA_SECRET_KEY java.lang.IllegalStateException: Collection FalseAlarmFeeScheduleItem not found Please create a ticket at https://support.fauna.com
The error only occurs in the v4 CLI, not v3.
Related Discord thread: https://discord.com/channels/826528159389581342/1331835385176916069
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A Discord user reported that they receive the following error when retrieving the status of a staged schema for a new child database:
The error only occurs in the v4 CLI, not v3.
Related Discord thread: https://discord.com/channels/826528159389581342/1331835385176916069
The text was updated successfully, but these errors were encountered: