-
This is tested for local development. HTTPS enabled.
HTTP/1 works fine.
HTTP/2 is broken in the following way (host/hostname equal to `"undefined"` string):
I literally had to implement the fol…
-
My folder structure looks like this
```
- routes
- (auth).tsx
- (auth)
- login.tsx
- [...404].tsx
```
When i remove `(auth).tsx` from `routes` now when i visit `/logi…
-
This had me stumped for a couple days: if the component is lazy-loaded (using lazy()) then the code inside of `createServerAction$` does not get run. Submitting the form does trigger a POST (you can s…
-
From discord
> in solid-start can you do a full page refresh instead of client side routing?
> i prefer mpa style but with client side interactivity
boehs updated
10 months ago
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Current behavior 😯
I started testing out Solid Start using the Mov…
-
### Package
lucia-auth
### Describe the problem
SolidJS's SolidStart reached Beta status and I would love to use this amazing library with SolidStart too.
### Describe the proposed solution
I'm n…
-
Issue: With ssr false, stylesheets imported in root.tsx are only applied when directly visiting route / and not any other route like /about, This only occurs in build and not in dev.
Repro Github: …
-
I was just curious if the solid plugin supports SolidStart.
This is my `vite.config.ts` so far:
```ts
import solid from 'solid-start/vite';
import { defineConfig } from 'vite';
import suidPlugi…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Current behavior 😯
I'm seeing a flood of circular dependency warni…
-
I kept running into hydration issues in my production build of a mostly static site based on the `with-tailwind` template (SSR yes, TS yes). Dev server always works fine.
The only thing that seems …