This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Description
Describe the bug
When I use /client/* route in Sappers file-system routing I am getting plain text error not found.
To Reproduce
- Launch Sapper in
dev mode (I didn't test this with other then dev)
- Create file in
/routes/client/new.svelte with some content
- Visit this route in browser as
localhost:3000/client/new
- You will see mentioned plain text error
Expected behavior
I see contents of new.svelte page.
Information about your Sapper Installation:
- Sapper: 0.27.9
- Svelte: 3.13
- Browser: Firefox 74.0
- OS: Kubuntu 18.04
Severity
Low - annoying.
Additional context
I think this is because of /client native Sappers files that are automatically generated by compilation but if this is the case i think some compile-time error or warning would be appropriate.
If this is intended behavior I think this needs to be documented in the docs. I didn't see any "reserved" route names there (https://sapper.svelte.dev/docs/).