ile
Session stores in SolidStart
How to use different session stores in SolidStart? What is the default store?
https://docs.solidjs.com/solid-start/advanced/session
2 replies
Getting Prisma TypeError in the browser console in a SolidStart app after doing build and start:
The error:
TypeError: Failed to resolve module specifier ".prisma/client/index-browser". Relative references must start with either "/", "./", or "../".
I will work on reproducing this.
Development build works.4 replies
Getting random behavior from cache(), createAsync() and signals
The "age" doesn't increase every time when I click the button.
See: https://stackblitz.com/edit/github-fk8exj-t61ngj?file=app.config.ts,src%2Froutes%2F[...404].tsx,src%2Froutes%2Findex.tsx,src%2Fapp.css
16 replies