-
When trying to build a SolidStart application (`pnpm create solid`), an error is thrown due to a Vite plugin:
```
error: builder for '/nix/store/z407hvhvqvq2475y2byv2by6sr0hnrpn-solid-test.drv' fail…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Current behavior 😯
When doing pnpm build and if there is errors in…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Summary 💡
I want to use the `Portal` component in SSR, and I need …
-
When using the `solid-start/vite` plugin inside Vitest, I get this error:
```
close timed out after 10000ms
```
I tried many different configurations, but it didn't help. I wonder what is happen…
-
## Enhancement
Allow `config` export within api route, this is similar to `NextJS` v13 config exports.
## Why
Assuming you have a `solid-start` app that includes api routes that cannot run in…
-
## Summary
Rewriting URLs breaks hydration. Probably because hydration is based on the current URL.
## Steps to reproduce
1. Get repro `git clone https://github.com/Breek/solid-stat-rewrite-m…
-
I want to set response headers of `server$` function while using a plain js value responses.
Is this within project plans?
I imagine this could look like:
```typescript
const handler = server$…
-
Hi. I'm looking for some way of loading initial data from server (with session access) in application Root, but i can't find any solution.
For example in remix i can define loader function in Root …
MWGuy updated
10 months ago
-
Hi,
I am a seasoned React and Typescript developer and I'm currently exploring SolidJS and PandaCSS as an alternative to React w Tailwind.
I created a monorepo to try out various things, see the…
-
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…