one-aalam / remix-starter-kit

Remix with brilliant bells and useful whistles
235 stars 26 forks source link

Internal Server Error Accessing the App in Vercel #11

Open AngeloAnolin opened 2 years ago

AngeloAnolin commented 2 years ago

Describe the bug

Accessing the application via Vercel through the link:

https://remix-starter-kit.vercel.app/

Show the following page:

Screen Shot 2022-06-07 at 11 19 05 AM

Your Example Website or App

https://remix-starter-kit.vercel.app/

Steps to Reproduce the Bug or Issue

  1. Navigate to the page: https://remix-starter-kit.vercel.app/
  2. Error message is displayed.

Expected behavior

Application should display correctly

Screenshots or Videos

No response

Platform

Additional context

No response

one-aalam commented 2 years ago

Hey @AngeloAnolin, sorry you have not been able to see this live, but that's not an issue in particular. The Starter Kit depends upon few environment variables (refer .env.example), mainly SUPABASE_URL and SUPABASE_KEY. Once you have your Supabase app configured, try providing those values in your Vercel's app settings page. The issue will be resolved once you have the environment variables provided.

segheysens commented 2 years ago

@one-aalam if there isn't an active demo at the URL in the repo (https://remix-starter-kit.vercel.app/), that URL should probably be removed. I agree with @AngeloAnolin that I expected to see a working demo because that link was available.