You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Cannot read property 'active_workflows' of undefined
at HeroContainer_storeMapper (/usr/src/packages/app-project/.next/server/static/DebAPKhRjlAP6tKPCB3DQ/pages/projects/[owner]/[project].js:2004:48)
at Injector.render (/usr/src/packages/app-project/node_modules/mobx-react/index.js:645:33)
at Object.allowStateChanges [as _allowStateChanges] (/usr/src/packages/app-project/node_modules/mobx/lib/mobx.js:974:15)
at None (/usr/src/packages/app-project/node_modules/mobx-react/index.js:851:28)
at trackDerivedFunction (/usr/src/packages/app-project/node_modules/mobx/lib/mobx.js:764:24)
...
(23 additional frame(s) were not displayed)
We should not attempt to request for workflows when the project is not found and instead route to a 404 page with a user friendly error message.
The text was updated successfully, but these errors were encountered:
It might be better to move data loading into getServerSideProps(request, response) and send back a 404 response if the project doesn't exist. I'm not sure what (if anything) that would break.
Sentry Issue: FEM-APP-PROJECT-98
We should not attempt to request for workflows when the project is not found and instead route to a 404 page with a user friendly error message.
The text was updated successfully, but these errors were encountered: