Hey there, first off just wanted to say phenomenal work on the app!
I've been trying to self-host it on my server using Docker and I am running into issues with the Supabase configuration. I have properly passed the NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY (using the env command within the container does show that the environment variables are populated), however when I try to access the dashboard, I am greeted with the following error:
Application error: a client-side exception has occurred (see the browser console for more information).
When I check the console, I have the following:
Error: Your project's URL and Key are required to create a Supabase client!
Check your Supabase project's API settings to find these values
Maybe I just forgot an important step, but I'm not sure what the problem could be.
Thanks for your help!