Hi, we’re facing an error in the forest admin panel.
At the moment, we can’t access the role panel because we get an error:
This error comes out as soon as we choose our staging (“stg”) environment in
Project Settings > Roles > [we choose a role] > [we click on the environment]
No error with the production (“prod”) environment.
Feature(s) impacted
Roles settings page shows an error.
Observed behavior
See above.
Expected behavior
Roles settings page should work without errors
Failure Logs
In the browser console we can see this error:
chunk.675.67b1bb7fa55b65478bc3.js:2 Error while processing route: project.project-settings.roles.details.environment-permissions.index Ember Data Request GET https://api.forestadmin.com/api/environments/54771/models returned a 500
Payload (application/json; charset=utf-8)
[object Object] Error: Ember Data Request GET https://api.forestadmin.com/api/environments/54771/models returned a 500
Payload (application/json; charset=utf-8)
[object Object]
at n.i (https://app.forestadmin.com/assets/vendor-35d10e4efcdb43fbeb55a01999444f69.js:139:229557)
at new n (https://app.forestadmin.com/assets/vendor-35d10e4efcdb43fbeb55a01999444f69.js:139:230315)
at d.handleResponse (https://app.forestadmin.com/assets/vendor-35d10e4efcdb43fbeb55a01999444f69.js:139:236787)
at d.handleResponse (https://app.forestadmin.com/assets/client-dc2fda2b3b583a0b44753338df49c893.js:1:69346)
at A (https://app.forestadmin.com/assets/vendor-35d10e4efcdb43fbeb55a01999444f69.js:139:241041)
at https://app.forestadmin.com/assets/vendor-35d10e4efcdb43fbeb55a01999444f69.js:139:237719
at a.Promise.u.error (https://app.forestadmin.com/assets/vendor-35d10e4efcdb43fbeb55a01999444f69.js:139:237730)
at l (https://app.forestadmin.com/assets/vendor-35d10e4efcdb43fbeb55a01999444f69.js:48:24786)
at Object.fireWith [as rejectWith] (https://app.forestadmin.com/assets/vendor-35d10e4efcdb43fbeb55a01999444f69.js:48:25534)
at S (https://app.forestadmin.com/assets/vendor-35d10e4efcdb43fbeb55a01999444f69.js:48:76509)
at XMLHttpRequest.<anonymous> (https://app.forestadmin.com/assets/vendor-35d10e4efcdb43fbeb55a01999444f69.js:48:78952)
at XMLHttpRequest.o (https://app.forestadmin.com/assets/chunk.675.67b1bb7fa55b65478bc3.js:2:52820)
Context
- Project name:
Sailsquare
- Team name: N/A
- Environment name:
stg-datamix
anddev-datamix
no problems withprod-datamix
- Agent type & version:
forest-admin-sequelize
version9.2.5
in the environments with the problem; version8.5.3
in the prod environment, where there is no problem - Recent changes made on your end if any: We updated the forest liana version; we had changes to the sequelize models; we developed a number of features (including forest “things”, like smart actions…)