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 When using our package `@sentry/sveltekit` in a minimal SvelteKit app with `@sveltejs/adapter-cloudflare`, a build error is logged when the adapter is invoked (see [logs](#logs)). Upon closer...

pkg:adapter-cloudflare-workers
pkg:adapter-cloudflare

### Describe the problem I have a page loader indicator on the root layout level. But I also have a page loader indicator on deeper layouts. The problem is that...

feature request

### Describe the problem It would be great if Svelte had support for "cache-and-network" calls. The first time the page load function is called, we cache the response. The second...

feature request
needs-decision

### Describe the bug I've found two bugs with navigating using both `goto` and `pushState` related to `$page` store. When navigating with `goto` to the same route as the current...

bug

### Describe the bug **Issue Description**: It seems that adding the `proxy` attribute to your `vite.config.ts` file, even if left empty, causes Vite to disable HTTP/2 support for your development...

awaiting submitter

### Describe the problem We're evaluating SvelteKit as our framework of choice, but we need to control which page will be rendered on which route server-side with answers from our...

feature request

### Describe the problem Named layouts and pattern matching are amazing new features that are adding a ton of value to SvelteKit, and I'm very excited about them in general!...

feature request

fixes https://github.com/sveltejs/kit/issues/12305 closes https://github.com/sveltejs/kit/pull/12306 This is an alternative to https://github.com/sveltejs/kit/pull/12306 instead of creating the emulator every time the Vite dev and preview middlewares are invoked, we await Cloudflare's platform proxy...

pkg:adapter-cloudflare-workers
pkg:adapter-cloudflare

### Describe the bug Everything seems okay when using `adapter-auto`. However `vitest` hangs With `adapter-cloudflare`. I saw [this issue](https://github.com/vitest-dev/vitest/issues/2008) and tried `pool: 'forks'` but it didn't fix the problem. ###...

pkg:adapter-cloudflare-workers
pkg:adapter-cloudflare

### Describe the bug We are observing memory leak in our code after upgrading to svelte kit 2. On further investigation found out the leak is coming from the fetch...

pkg:adapter-node
awaiting submitter