Fresh Install - Schema graphql does not exist #2408
Closed
jeffwood13
started this conversation in
Ideas
Replies: 2 comments
-
Hi @jeffwood13, feel free to join our discord here https://discord.gg/cx5n4Jzs57 to get help. We are more reactive there Regarding your issue, it seems that pg_graphql is not correctly installed.
You'll find more information here: https://docs.twenty.com/contributor/local-setup/yarn-setup |
Beta Was this translation helpful? Give feedback.
0 replies
-
After a clean installation and specifying version 14 when installing postgres, this issue has been resolved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After debugging and completing a second fresh Local Installation, I am receiving the following error(s):
useFindManyObjects for "viewsV2" error : ApolloError: schema "graphql" does not exist
The error is repeatable for any action that uses the graphql schema.
I checked the code and did not see where the schema would be seeded to the database, should it have been?
Any guidance or direction would be appreciated.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions