Skip to content

some "legacy svelte tutorial" links link to 500 not found pages #421

Open
@m4rch3n1ng

Description

@m4rch3n1ng

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"

image

the code for the <a /> tag just links to https://svelte.dev/tutorial/{$page.data.exercise.slug}

{#if is_svelte}
<a href="https://svelte.dev/tutorial/{$page.data.exercise.slug}">
Go to the legacy svelte tutorial instead <Icon name="arrow-right" />
</a>
{/if}

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:

image

(slightly unrelated side note: a 500 not found error is really weird and cryptic. is it supposed to be like that?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions