-
First - thanks for doing this - I'm very impressed (fwtw)
I can register but when I login, w/ no indication of error, it navigates to the root page. I am using this to learn SvelteKit. Is there a…
-
Hello,
Thanks for this library. I have been using it since atleast 0.3.7, but have not been active for a while.
Im back now and am using the most recent version, I noticed that with `bun --bun run…
-
Hello there! First of all, thanks much for this great library. I've been using it in a Next.js project with MDX and it's been great.
I just started with a SvelteKit project and I couldn't get it t…
-
I'm trying to enable streaming support for SvelteKit.
```
const app = new sst.aws.SvelteKit('App', {
transform: {
server: {
streaming: true,
timeout: '60 sec…
-
# Problem
The documentation takes irredeemably long to build because Vitepress is really sub-optimal at bundling with two-slash for some reason. While this issue can be triaged itself, I noticed th…
-
### Describe the problem
Converting stores to runes ist not trivial If you want to keep the StartStopNotifier functionality. An example would be converting the page store in SvelteKit into a rune.
#…
-
### Describe the problem
When using dynamically imported components as suggested in this [thread](https://github.com/sveltejs/kit/issues/9775#issuecomment-1526147626), css of all dynamically import…
-
### Core or SDK?
Platform/SDK
### Which part? Which one?
Sveltekit
### Description
It is not clear how to set User context in frontend and backend. It would be nice to have a recommenda…
-
Hi,
Currently working to deploy a SvelteKit app to a BrightSign device. SvelteKit is only able to use Vite as a build tool. When building for a NodeJS application, vite generates the following:
``…
-
Hi 👋,
In the [SvelteKit tutorial](https://docs.getunleash.io/feature-flag-tutorials/sveltekit), the conclusion paragraph mentions the following:
> The different approaches to feature flagging on…