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 authored Dec 12, 2024
1 parent 039b72c commit 4ba380f
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

1 comment on commit 4ba380f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.