Skip to content

Commit

Permalink
fix: 500 error when visiting hibernating projects (#6263)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaHegde committed Dec 16, 2024
1 parent 161233f commit 66722cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-admin/src/routes/+layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const load = async ({ params, url, route }) => {

await runtime.setRuntime(
queryClient,
fixLocalhostRuntimePort(runtimeData.host),
fixLocalhostRuntimePort(runtimeData.host ?? ""),
runtimeData.instanceId,
runtimeData.jwt?.token,
runtimeData.jwt?.authContext,
Expand Down

0 comments on commit 66722cb

Please sign in to comment.