I entered the server page, set the NGINX entries and started everything. I now also have access to Supabase via the URL.
The anon key and the URL I have are listed under Connection. So everything should be working. Creating databases and such works without any problems. Now I've written a small tool with VITE/React and want to connect to Supabase (VITE_SUPABASE_ANON_KEY=AnonKeyFromENV-File-DockerCompose), VITE_SUPABASE_URL=https://supabase.mydomain.com).
But unfortunately, I always get: AdventCalendar.tsx:33 Error loading doors: {code: “PGRST301”, details: “None of the keys was able to decode the JWT”, hint: null, message: “No suitable key or wrong key type”}
I used the same key as Anon. When I use a different key, it just says ‘Invalid Credentials’. So I assume that this is working.
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications. - supabase/supabase
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.