timothymiller / t4-app

A powerful cross-platform UI toolkit for building actually native iOS, Android, macOS, Windows, Linux, and Progressive Web Apps with React (Native).
https://t4stack.com
MIT License
1.31k stars 69 forks source link

supabaseUrl is required #145

Closed joshuabalduff closed 2 months ago

joshuabalduff commented 2 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 2 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 2 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.