Hello All,
I’m having an issue with Figma Make declaring environment variables as false and reverting to fallback after validating my Supabase URL and anon key.
- Using fallback Supabase URL. Set NEXT_PUBLIC_SUPABASE_URL environment variable.
- Using fallback anonymous key. Set NEXT_PUBLIC_SUPABASE_ANON_KEY environment variable.
Make has gone in circles multiple times at this point with no resolution. Confirmed that the URL and Key entered are correct. The debug modal shows that Supabase is connected and the environment variable is set. Make also created a validation pop-up to re-enter both which I did and validation was confirmed. I’ve also had Make completely remove and reintegrate the Supabase connection to start off clean. Same issue.
Some context: this is happening at the end of the onboarding processing for my site when the user is prompted to add their email and password to create an account.
Anyone have any insight into what may be causing the issue? Happy to provide more details if requested.
Thanks!
Update: I found another forum post where the user suggested that Figma Make does not currently support environment variables. In that case, can the URL and key be hardcoded in?