kit icon indicating copy to clipboard operation
kit copied to clipboard

web development, streamlined

Results 1071 kit issues
Sort by recently updated
recently updated
newest added

### Describe the bug I was using `"@sveltejs/kit": "1.0.0-next.370"` and `"vite": "2.9.14"`. After the upgrade to `"@sveltejs/kit": "1.0.0-next.391"` and `"vite": "3.0.2"` I'm having issue with `service-worker.ts` which has this code...

service worker

### Describe the problem I think one the reason why developers **love sveltekit,** is how you can just connect your backend quickly without any hassle of installing packages for routing,...

awaiting submitter

### Describe the bug With a simple upgrade to `@sveltejs/kit` from `1.0.0-next.454` to `1.0.0-next.455` with no code changes except the ones needed for the upgrade, the response headers of the...

awaiting submitter

### Describe the problem The documentation website only offers docs in light mode. This is blinding when you are working late at night. ### Describe the proposed solution Please implement...

documentation

### Describe the bug In src/service-worker.ts I have the sole line: ``` import { relayPool } from 'nostr-tools' ``` but the bundle (build/service-worker.js) contains: ``` export default Fl(); ``` The...

bug
service worker

### Describe the problem When the user want to load 3rd party or local resource in the HTML, outside of the Svelte auto-generated eco-system, he must use some hack. (hacks...

### Describe the bug I am running Sveltekit behind a reverse proxy which does the TLS/HTTPS termination. It then passes all requests using HTTP to Sveltekit. - My production build...

### Describe the problem The implementation of fetch for LoadEvent has a number of benefits highlighted here - https://kit.svelte.dev/docs/load#input-methods-fetch. Would it make sense to have a similar implementation of fetch...

enhancement
p2-nice-to-have

### Describe the problem In monorepos, builds are often centralized into a single top-level build directory. Is there anything that prevents that change from being innocent and simple? ### Describe...

enhancement
p2-nice-to-have

### Describe the bug This is either a "feature" request or an issue with the docs. On initial page load (server-side navigation), page and layout load functions run once during...

documentation