fresco 🠖 deployment

Troubleshooting 

You may encounter errors during deployment. Below are some common errors along with solutions or workarounds.

"Invalid environment variables" error during Netlify deployment

You may encounter an error in your deployment such as "Invalid environment variables"

This error means that you provided an incorrect environment variable. Make sure to enter the environment variable value correctly. When copying variables from Neon, make sure you remove any "#" from before the variable.

Invalid Environment Variable Console Error
Invalid Environment Variable Console Error

"Instance Expired" message during the setup process

You may be redirected to a page that informs you that your instance has expired.

When completing the initial setup for Fresco, you have 2 hours to complete the process. If you exceed this time, you will be redirected to a page that informs you that your instance has expired. If this happens, you must delete your database and create a new one.

To delete your database:

  1. Navigate to your Neon dashboard and select your project.

    Select database
    Select database
  2. Select the Settings tab, scroll to the bottom, and click Delete project.

    Remove project connection
    Remove project connection
  3. After confirming, you can follow the instructions again to Create a Database and replace the environment variables in your Netlify project.

Protected URL issue

You may encounter an issue where your Fresco URL is protected and prompts login through Netlify.

This error means that you are using the deployment specific URL, which requires login through Netlify to access. To resolve this issue, use the domain URL provided by Netlify. To find the correct URL:

  1. Navigate to your project dashboard. This will be in the format https://app.netlify.com/projects/<project-name>.

  2. Click the URL listed in green below your project name.

    URL
    URL