-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better error for admin group name misconfig #2671
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
41fb193
to
e7228e7
Compare
e7228e7
to
318bc68
Compare
318bc68
to
52c1674
Compare
52c1674
to
7020389
Compare
app/components/ErrorBoundary.tsx
Outdated
You are not in any user groups and you have no assigned role on the silo. This | ||
usually means the{' '} | ||
<a | ||
href="https://docs.oxide.computer/guides/system/completing-rack-config#_test_user_login" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't need to be in https://github.com/oxidecomputer/console/blob/main/app/util/links.ts. Just noting that we do have a bunch of docs.oxide.computer links there, in case we want to continue consolidating them there.
// fetchQuery instead of prefetchQuery means errors blow up here instead of | ||
// waiting to hit the invariant in the useQuery call. We may end up doing this | ||
// everywhere, but here in particular it is needed to trigger the silo group | ||
// misconfig detection case in ErrorBoundary. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is helpful; thank you
04910eb
to
fab7a1f
Compare
fab7a1f
to
f30d2e9
Compare
Amazing (derogatory). It went back to flaking for the original reason, image upload cancel and retry in chrome. |
27b7f5c
to
8de7e8c
Compare
8de7e8c
to
28abda9
Compare
oxidecomputer/console@288f1c1...517353e * [517353ee](oxidecomputer/console@517353ee) bump vite and vitest (vitest CVE) * [a6319fc8](oxidecomputer/console@a6319fc8) oxidecomputer/console#2671 * [5bd61e67](oxidecomputer/console@5bd61e67) oxidecomputer/console#2674 * [4646ad47](oxidecomputer/console@4646ad47) minor: console.log -> console.info in api-diff * [7723212c](oxidecomputer/console@7723212c) log before and after file paths in api-diff * [7cde843f](oxidecomputer/console@7cde843f) minor: deleted temp dir problem in bump-omicron.ts
oxidecomputer/console@288f1c1...517353e * [517353ee](oxidecomputer/console@517353ee) bump vite and vitest (vitest CVE) * [a6319fc8](oxidecomputer/console@a6319fc8) oxidecomputer/console#2671 * [5bd61e67](oxidecomputer/console@5bd61e67) oxidecomputer/console#2674 * [4646ad47](oxidecomputer/console@4646ad47) minor: console.log -> console.info in api-diff * [7723212c](oxidecomputer/console@7723212c) log before and after file paths in api-diff * [7cde843f](oxidecomputer/console@7cde843f) minor: deleted temp dir problem in bump-omicron.ts
Closes #2573
Obviously the copy could be shorter, but in theory this error should only show up to operators immediately after IdP setup and virtually never again.
Doc link goes to: https://docs.oxide.computer/guides/operator/faq#_how_do_i_fix_the_something_went_wrong_error, which is added in v13, so it won't work until that's merged.