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 Referencing `svelte-kit package` generated packages through the [workspace protocol](https://pnpm.io/workspaces) of pnpm doesn't work out of the box. Most monorepo tools (pnpm included) will normally just symlink...

svelte-kit package

### Describe the bug When using `load.fetch` to load external resources. The `content-length` header of the page would be piped to the fetch call. This usually won't be a problem....

Edited: this now incorporates #5782 and #5810. This PR implements #5748. * [ ] use the app's installed TypeScript rather than including it in SvelteKit (i.e. don't generate types otherwise)...

Just throwing something up to facilitate high-level discussion. There's obvious polish that will be needed, but just trying to figure out a high-level direction first Resurrection of the work I...

### Describe the bug I'm using a [code-server](https://github.com/cdr/code-server) cloud environment to develop a SvelteKit project. In order to access the dev server, a proxy is provided that uses a subpath...

bug
p1-important
paths.base

The CTA right now it's a bit split between "Read the introductory blog post to learn more." and "npm create svelte@latest my-app". The blog post is two years old and...

### Describe the bug When returning a JSDate from an endpoint. The datatype is preserved during SSR, but then on clientside load the type is the expected string. ### Reproduction...

### Describe the problem I want to run a node test runner to test parts of my application, but it doesn't understand the "$lib" type aliases. I tried the node...

vite
blocked by upstream
breaking change

### Describe the bug Throwing an exception (or returning a rejecting promise) from a `load` function should be equivalent to returning `{ status: 500, error }` (apart from the former...

bug
error handling
p1-important

### Describe the bug As per @benmccann's advice in [#5849](https://github.com/sveltejs/kit/issues/5849#issuecomment-1209991920) I'm providing repo to show that `ssr.noExternal` fails in some cases and creates a broken built. Building and running the...