Skip to content

settings not found error #176

@itschip

Description

@itschip

Looks to be an issue with 0.10.0, where it cannot create settings.

I am able to create the account once, on a fresh db. After the first step of the onboarding is complete, it does not go to the next step. The page just refreshes and then, naturally, I cannot setup the same account again.

Is this known?

2026-May-15 21:17:53.375697
[domain:settings] getWidgetConfig failed: 9135 | 	return result;
2026-May-15 21:17:53.375703
9136 | }
2026-May-15 21:17:53.375705
9137 | /** @internal */
2026-May-15 21:17:53.375707
9138 | async function requireSettings() {
2026-May-15 21:17:53.375708
9139 | 	const org = await db.query.settings.findFirst();
2026-May-15 21:17:53.375710
9140 | 	if (!org) throw new NotFoundError("SETTINGS_NOT_FOUND", "Settings not found");
2026-May-15 21:17:53.375711
^
2026-May-15 21:17:53.375713
NotFoundError: Settings not found
2026-May-15 21:17:53.375714
cause: undefined,
2026-May-15 21:17:53.375715
statusCode: 404,
2026-May-15 21:17:53.375717
code: "SETTINGS_NOT_FOUND"
2026-May-15 21:17:53.375718
2026-May-15 21:17:53.375722
at requireSettings (/app/.output/server/_ssr/route-api-BvxI9Aav.mjs:9140:18)
2026-May-15 21:17:53.375723
2026-May-15 21:17:58.949308

Let me know if you need more info!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions