Still cannot login to Forest after upgrading to 7.2.2

Trying to get a response as I really need access to Forest right now…Please see my original post: Cannot Access to ForestAdmin - /forest/authentication/callback is returning a 500

I have upgraded the gem to 7.2.2 and re-deployed my server. I still cannot login. I re-generated my client_id but realized I’m not using a static client_id.

The error is a 500 on the authtication callback for forest.

It’s an exceptional platform. i’ve been using for years with different clients. this is the first hiccup they’ve accidentally caused. Just trying to get some support. Please don’t post unless you have something constructive to offer.

7 Likes

@KidA001,

Could you eventually try to do a curl https://api.forestadmin.com from your OS (or docker container if you are using one)?
If you are experiencing the SSL issue, you could either

  • try to upgrade your docker base image to a newer one, or
  • try to manually invalidate and update the certificate causing the issue via
rm /usr/share/ca-certificates/mozilla/DST_Root_CA_X3.crt
update-ca-certificates

If the curl command works as expected, (404 on https://api.forestadmin.com), then the issue might come from the code. You could try to monkey-patch directly on your end, just in case you are still impacted by the HTTPClient issue declared here.

Let me know if that helps :pray: