I deployed to production but my data is not showing

This is a template you can use to report issues. You can also drag images, videos and include Preformatted text

Expected behavior

display my database data.

Actual behavior

does not display data

Failure Logs

Cannot reach your data

Your server may be down or your database connection broken.
Please check your server logs for more information.

Context

Please provide any relevant information about your setup.

  • Package Version:
  • Express Version:
  • Sequelize Version:
  • Database Dialect:
  • Database Version:
  • Project Name: farmsprite-local

Hello @Stefanpgr :wave:

It looks like your production instance is not running. May you confirm please ?

If it does run, you might have some logs showing errors, can past them there please ?

Steve.

My production instance is running here: farmsprite.com/data

What logs? How do I access it?

Thanks for the URL, I see that your ssl certificate is invalid on your server, a secured connection won’t happen in that case, and this why the Forest UI is not able to connect to your remote instance at farmsprite.com/data.

I would advise to setup a clean ssl connection with a fresh new valid certificate, things should work then :+1:

Does this help out ?

Steve.

My ssl certificate is valid, please goto https://farmsprite.com/data

Sorry but you certificate expired this morning at 10:27am on my end :slightly_frowning_face:

Here is a screenshot:

This is the response i’ve got if I try to curl your url -->

1 Like

Okay, I will try to fix it and update you

Hello @Stefanpgr, do you still encounter the issue ?

Yes, I am still facing the issue

Hello @Stefanpgr :wave:

I tried to curl your server again, and I got a 301. Do you have the new url of your server please ?

Everything is fine on my end…and it is the same URL

Hi @Stefanpgr,
Just did a quick curl again and I guess I found a potential issue related to redirection configuration
curl https://farmsprite.com/data/ works fine
curl https://farmsprite.com/data return a 301, moving to https://farmsprite.com/data/

That should be related to a proxy/web server configuration, and fixing this should also fix your issue.

After this, your project should be accessible

Hope that helps

3 Likes

Alright will check and provide feedback :+1: