How to reload schema cache? #2935
Answered
by
steve-chavez
mathiasrscom
asked this question in
Questions
|
Hi, I'm getting the following error message, when trying to run the dev server using
I'm using the Stripe Subscription template provided by Supabase in the SQL section and the repo: How and where can I reload the schema cache? |
Answered by
steve-chavez
Aug 25, 2021
Replies: 1 comment 6 replies
|
Hey @mathiassdev, Can you try doing: NOTIFY pgrst, 'reload schema';The above should reload PostgREST schema cache. |
6 replies
Answer selected by
steve-chavez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @mathiassdev,
Can you try doing:
NOTIFY pgrst, 'reload schema';The above should reload PostgREST schema cache.