timothymiller / t4-app

Full stack meta-framework for building iOS, Android, and Progressive Web Apps with Tamagui and deploying to Cloudflare.
https://t4stack.com
MIT License
1.5k stars 84 forks source link

supabaseUrl is required #145

Closed joshuabalduff closed 7 months ago

joshuabalduff commented 7 months ago

Hello, I cant seem to get around the error supabaseUrl is required issue besides setting it manually in the client.ts.

Are we missing docs on this or am I missing something?

Thanks!

albbus-stack commented 7 months ago

Docs are coming in the next few days. In the meantime you should set your envs in .env.local without the NEXT_PUBLIC prefix and run bun install again. Remember to run an install evertime you change the env file. If this is not it let me know, happy hacking 🤘

albbus-stack commented 7 months ago

New docs just dropped here, refer to that for an in depth explanation of how environment variables work in T4. Closing this for now.