AlexErrant
AlexErrant
Explore posts from servers
SSolidJS
Created by Misery on 8/26/2024 in #support
`ReferenceError: jQuery is not defined`
8 replies
SSolidJS
Created by Hussein on 8/22/2024 in #support
isDev is false in dev
honestly I just use Vite for this; import.meta.env.DEV
5 replies
SSolidJS
Created by Industrial on 8/25/2024 in #support
Using WASM in Solid(Start)
My proj (https://github.com/AlexErrant/Pentive/) has no problem with https://github.com/rhashimoto/wa-sqlite or https://github.com/open-spaced-repetition/fsrs-browser, the latter of which I built with wasm-bindgen. If you want a minimal project check out the sandbox of that project which is in Solid https://github.com/open-spaced-repetition/fsrs-browser/tree/main/sandbox . To be clear, I've not yet tried running WASM in solid start (or on the server) all my experience is with client-side wasm
10 replies
SSolidJS
Created by Hussein on 8/22/2024 in #support
Race condition
@Hussein can you retry with
throw redirect("/", { revalidate: "someWords" });
throw redirect("/", { revalidate: "someWords" });
if your action is using SingleFlightMutations I've been noticing cookies don't get used on the rendered response
9 replies
SSolidJS
Created by Tommypop on 4/29/2023 in #support
Google Oauth in Solid: Best Practices
I used the github provider because google's Oauth is a huge PITA... at least initially for someone without a trademark lol
7 replies
SSolidJS
Created by Tommypop on 4/29/2023 in #support
Google Oauth in Solid: Best Practices
7 replies
SSolidJS
Created by Tommypop on 4/29/2023 in #support
Google Oauth in Solid: Best Practices
I tried using Auth.js's Solid adapter https://authjs.dev/ and it worked pretty well initially. However eventually it no longer met my business requirements (I want to set the set the User's primary key instead of it being autogenned) and they rejected my PR adding that feature, so I moved to oauth4webapi.
7 replies
SSolidJS
Created by romanobro on 3/5/2023 in #support
with-auth unused export
yeah I guess its one caller got refactored out...?
2 replies
SSolidJS
Created by jesseb34r on 3/9/2023 in #support
Redirect to current location from createServerAction$()
you can put it in a query param or a hidden form field
7 replies
SSolidJS
Created by AlexErrant on 3/7/2023 in #support
`createServerData` with `fetch` is returning `undefined` in `createEffect`
13 replies