-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
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
FaunaDB Adapter Setup -- Fauna Shell Commands Fail #3858
Comments
If someone can confirm the error + solution proposed, I'm more than happy to submit a PR. If/once maintainers are done with their monorepo migration that is. |
Hi! I had the same issue I think we need to separate creating indexes and creating collections, and it worked for me so first create the collections
after running this in the shell continue with:
Hope it works for you! |
@edizyurdakul Thanks for confirmation to proposed solution. @balazsorban44 is monorepo ready for documentation PRs? I can submit |
Yep, docs should be alright! 🙏 Still thinking through the automation of versioning/publishing of packages, but that does not affect the docs site. |
Title
Fauna Adapter Setup -- Fauna Shell Commands Fail
How to reproduce ☕️
When using documentation-provided Fauna shell commands, the collections are created but not the indexes. You receive this error.
Your question/bug report 📓
The solution is to separately run the CreateCollection calls altogether, then run the CreateIndex calls altogether.
In other words, just a documentation change from one block to two blocks of commands to run. Maybe a sentence clarifying that they are to be run separately.
Contributing 🙌🏽
Yes, I am
The text was updated successfully, but these errors were encountered: