-
### Describe the bug
As described in the SvelteKit docs here https://kit.svelte.dev/docs/errors#responses certain errors are supposed to redirect to `src/error.html` instead of `+error.svelte`. I t…
-
### Describe the bug
The docs explain that `npm run preview` should be used after `npm run build`, however, at least in the case of adapter-static the behaviour is different – the generated things …
-
When I run `yarn dev`, I get this error:
```
$ svelte-kit dev
svelte.config.cjs should be renamed to svelte.config.js and converted to an ES module. See https://kit.svelte.dev/docs#configuration …
-
### Describe the bug
For some reason, if you create a route named `home`, it will take much longer to load than any other route (For example `/test` and containing the same content). This has been …
-
**Describe the bug**
When running `nx add {sveltekit-app} --package {package}` it fails with error.
**To Reproduce**
Steps to reproduce the behavior:
I simply create a new project with sveltekit…
-
## Bug report for Cloudinary NPM SDK
Before proceeding, please update to latest version and test if the issue persists
## Describe the bug in a sentence or two.
I'm trying to access `next_cursor`…
-
### Describe the bug
In +layout.svelte, i have a link `home`.
For the homepage (src/routes/+page.svelte) and the sub1-page (src/routes/sub1/+page.svelte), the link brings to the expected page (i.e…
-
### Description
`body` is set only once for `useCompletion`, during initialization : `body: { text: value }`
For my case I need to pass extra param e.g., `text` to my backend api: `api/comp…
-
### Describe the problem
I'd like to get static assets from multiple locations. In this example the SvelteKit site is inside the `site/` directory as part of a bigger project and I'd like to use stat…
-
### Describe the bug
Using Tauri to build a desktop application I noticed that goto() doesn't work whenever it's called upon conditionally. If you put a console.log() above it, the console.log() does…