You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 1 All movies page
/movies/+page.svelte // and +page.server.ts, etc.
// 2 Detail movie page
/movies/[id]/+page.svelte // and +page.server.ts, etc
When I load 2 intro the browser, 2 loads and after loaded, /movies/__data.json?x-sveltekit-invalidated=001 is requested in Inspector's Network tab (as said after 2 being loaded).
I removed any connection and link between 1 and 2 but nothing changed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I ha;ve...
When I load 2 intro the browser, 2 loads and after loaded,
/movies/__data.json?x-sveltekit-invalidated=001
is requested in Inspector's Network tab (as said after 2 being loaded).I removed any connection and link between 1 and 2 but nothing changed.
Beta Was this translation helpful? Give feedback.
All reactions