full-greenF
Refine•3y ago
full-green

Login or Logout not working with create refine-app supabase preset

I made new project with
npm create refine-app@latest -- --preset refine-antd-supabase my-supabase-app
and login and logout is not working. In the console it shows the error
"{
"message": "No API key found in request",
"hint": "No
apikey
request header or url param was found."
}"
But I know the api key is correct as inferencer is also working. Any help is appreciated 🙂
Was this page helpful?