Open
Description
with third party cookies turned off, learn.svelte.dev
gives you a "Yikes! We couldn't start the app" error with directions to enable cookies and a link to use the "legacy svelte tutorial"
the code for the <a />
tag just links to https://svelte.dev/tutorial/{$page.data.exercise.slug}
learn.svelte.dev/src/routes/tutorial/[slug]/Loading.svelte
Lines 71 to 75 in b3b1666
but since not all learn.svelte.dev
pages have a svelte.dev/tutorial
equivalent, some pages redirect to a 500 not found
page instead. not sure if i found all, but (at least some of) these pages are:
- https://learn.svelte.dev/tutorial/welcome-to-svelte => https://svelte.dev/tutorial/welcome-to-svelte
- https://learn.svelte.dev/tutorial/your-first-component => https://svelte.dev/tutorial/your-first-component
- https://learn.svelte.dev/tutorial/styles => https://svelte.dev/tutorial/styles
- https://learn.svelte.dev/tutorial/component-styles => https://svelte.dev/tutorial/component-styles
(slightly unrelated side note: a 500 not found
error is really weird and cryptic. is it supposed to be like that?)