solid-start icon indicating copy to clipboard operation
solid-start copied to clipboard

SolidStart, the Solid app framework

Results 393 solid-start issues
Sort by recently updated
recently updated
newest added

It would be great to see an example of a project where everything is included: 1) authorization 2) working with the sqlite database, 3) application context where certain functions are...

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 ``` daniel@mmmmmmmmmm my-app % yarn...

bug
vinxi
yarn berry

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 `Cannot read properties of undefined...

bug
vinxi
yarn berry

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 The issue with Solid Start...

bug
vinxi

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 Right now there is some toggling...

enhancement
needs triage

Hi folks, I just tried out the `with-prisma` example and noticed that the user password is stored without be hashed. In my opinion this is a major problem, because it...

enhancement
template

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 `import something from "debug"` leads...

bug
vinxi

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 The SSR (https://github.com/solidjs/solid-start/blob/main/packages/start/server/StartServer.tsx#L76) and SPA (https://github.com/solidjs/solid-start/blob/main/packages/start/server/spa/StartServer.tsx#L20)...

enhancement

https://github.com/terser/html-minifier-terser Would it be possible to integrate html minifier terser into solid start out of the box? Html minifier terser normally has savings around 10% which is quite significant. I'm...

enhancement

The default unhandled client-side error behaviour is to render the error as HTML and log it to console. The rendered error shows the original stack trace, whereas the logged error...

enhancement