Why is NEXT_PUBLIC_SUPABASE_URL empty over SSH?
Why NEXT_PUBLIC_SUPABASE_URL is empty over SSH: values live in BotBrain/.env for Docker.
No — this is expected.
During installation, the setup script writes Supabase variables into the BotBrain/.env file. Because BotBrain runs inside Docker containers, those variables are passed into Docker Compose and are not exported as global environment variables on the Jetson host OS.
Did this answer your question?
😞
😐
🤩