Feature(s) impacted
- Access to forest admin app, user login, can not unlock data.
- forest_liana rails gem
Observed behavior
Can not unlock data, error is returned from rails app. 404 to route myappurl/forest/sessions
Expected behavior
Able to unlock data.
Failure Logs
Context
I have a Rails app that I am trying to update from the forest_liana
v5 gem.
My Rails version is v5, my Ruby version is 2.6.8 - all is in progress of rewrite to update, not relevant to issue. forest_liana
v5 working fine.
Have attempted both forest_liana
versions 6.6.3 and 7.7 - both have same issue.
Have followed upgrade documentation from v5 to v6.
/forest/ is mounting, as I was able to call the route /forest/authentication/callback
via curl to generate the JWT needed for client_id that is requested in the upgrade documentation Upgrade to v6 - Developer guide
CORS is setup and working as expected.
This is a Heroku staging environment, paths redacted, all env vars appear correct.
My routes are mounted as they were in v5 and earlier mount ForestLiana::Engine => '/forest'
This app has been using Forest for over 5 years now, and updated progressively through that time. Could newer versions have introduced something different that is absent from the upgrade docs?
Help please, I’m stuck!