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 problem Using GitHub Pages is somewhat finicky. #5845 attempted to get it to work via `adapter-auto`, but it's not zero-config. ### Describe the proposed solution Per https://github.com/sveltejs/kit/pull/5845#issuecomment-1252501607,...

documentation

### Describe the bug When redirecting to child page from parent page (that is not fully resolved), the `load()` of parent layout is called twice. For instance, start at root...

load / layout

### Describe the bug The relative asset paths for the static adapter do not work when I use vite imagetools. The resulting paths are always starting with `./_app/...` instead of...

bug
p1-important
paths.base

### Describe the problem The current hooks functionality is really useful, particularly when used with `sequence()` to create an event pipeline. However, I'm increasingly finding that I want to specialise...

feature request

### Describe the bug We encountered a very weird bug with the SvelteKit compiler. In a very specific constellation, the build task fails with an error (see Logs section below)....

### Describe the bug Not sure what I'm doing wrong here, but I have a Vite plugin that uses the `svelte.compile` API to generate a component, which all works fine...

awaiting submitter

### Describe the problem Related discussion: https://github.com/sveltejs/kit/discussions/4339 File-based stores in sveltekit are basically unusable since they leak state across SSR requests. This is a major flaw in the design of...

enhancement

### Describe the bug # Bug If you import an image on the server (e.g. in an endpoint), the file path will point to a non-existent file. ``` js import...

bug
vite
blocked by upstream

### Describe the problem I use sveltekit in a micro-frontend like usage, injecting html and js generated by svelte-kit in another website. I used `router=false` option to avoid sveltekit to...

### Describe the bug I am currently writing a plugin that is supposed to generate the manifest and images needed for a pwa, and the user can bring their own...