fix: use descriptive error messages
This commit is contained in:
parent
df4f250e0f
commit
39d6602263
7 changed files with 286 additions and 135 deletions
|
|
@ -116,6 +116,7 @@ export async function loader({
|
|||
),
|
||||
},
|
||||
onboarding: request.url.endsWith('/onboarding'),
|
||||
healthy: await context.client.healthcheck(),
|
||||
};
|
||||
} catch {
|
||||
// No session, so we can just return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue