Replies: 3 comments
-
每次刷新都会出现这个 |
Beta Was this translation helpful? Give feedback.
0 replies
-
我也遇到了,不知道是不是这个问题,#3731 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
-
2022年的老问题了,到现在也没好 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
steedos_1 | This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
steedos_1 | TypeError: Cannot read property 'admin_menus' of undefined
steedos_1 | at /app/node_modules/@steedos/objectql/src/types/app.ts:243:47
steedos_1 | at step (/app/node_modules/tslib/tslib.js:144:27)
steedos_1 | at Object.next (/app/node_modules/tslib/tslib.js:125:57)
steedos_1 | at fulfilled (/app/node_modules/tslib/tslib.js:115:62)
steedos_1 | at /app/node_modules/meteor-promise/fiber_pool.js:43:39
Beta Was this translation helpful? Give feedback.
All reactions