Don’t take our word for it, inspect Network Activity In Chrome DevTools when performing various actions in Forest Admin (displaying a collection of records, creating, editing…)
Hi @kasro
This issue has been reported here and Forest Admin team taking this issue seriously: a fix should be released in a few days. In the meanwhile, I suggest you to follow the suggestion given by @Steve_Bunlon.
How do I access models/index.js? Directly from heroku?
You have to edit the file that has been generated during your onboarding in your local computer in the folder where you ran the command lumber generate. However if you are facing this issue during the install, you can’t change anything right now: you have to wait for the release of lumber (or use a non-self-signed certificate on heroku, which is unfortunately not free I guess) Be sure you will be notified as soon as it has been released.
We are still working on the fix, sorry for the inconvenience. However, knowing that you allready generated your project, this fix should not matter for you actually.
Lumber is used to generate projects, and once your project is generated, lumber is out of the process. To solve your issue, you have to edit your models/index.js file directly from the source generated (and then deploy the new code to your Heroku instance).
If you really want to solve your issue with lumber (once the fix has been released) you will need to create a new project .
That’s why I really encourage you to solve your issue by editing the code on your own source from your project, you will be running in 2 minutes !
We just released a new version of Lumber that adds a DATABASE_REJECT_UNAUTHORIZED parameter in Lumber generated projects (it is set to false by default to ease users onboarding). If you update Lumber to the latest version then start a new project, you should not be annoyed anymore with the SequelizeConnectionError: self-signed certificate message.
If you want to fix your actual project without re-running the install command, add this line to your .env file:
Hello @rap2h, I still got the issue…
Is it possible to speak to somebody by phone? I’ve been trying for the last two weeks to connect forest to my DB.
I created a new project but still have SequelizeConnectionError: self-signed certificate message.
Hi @kasro and @feeleebaire! Thank you for your patience and sorry for the mess. We missed something in the last release, a fix is on its way. I will notify you as soon as it’s release!
Just wanted to mention that this variable is not mentioned in the UI when deploying to a remote environment. I guess it’s worth adding the info to the wizard.