Image in footer does not load on client-side routing #11493
Unanswered
carstenjaksch
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is weird. I have an image component in the footer (+layout.svelte) that throws a 404 on client-side routing (clicking on a link with an internal route):
This is the component:
The image data is fetched from an API. This is how I fetch and feed the data to
+page.svelte
and+layout.svelte
:+layout.server.ts
+layout.ts
Beta Was this translation helpful? Give feedback.
All reactions