Repro Steps
- navigate to app.forestadmin.com
Expected behavior
Signed into my default (prod) environment
Actual behavior
Frequently I’m shown an error : “Unable to authenticate you”. Navigating to the projects list and back in a few times will fix it.
Failure Logs
From network tab of dev tools…
Request to https://dispatch-prod.herokuapp.com/forest/authentication/callback?code={{MY CODE}}&state=%7B%22renderingId%22%3D%3E85006%7D
Returns:
{
"errors": [
{
"status": 500,
"detail": "invalid_client :: The provided client id does not match the id received at first place."
}
]
}
Context
- Package Version: forest_liana (6.3.1)
- Express Version: n/a
- Sequelize Version: n/a
- Database Dialect: pg
- Database Version: most recent on Heroku… probably not relevant?
- Project Name: Dispatch