Jakob Norlin
Explore posts from serversBABetter Auth
•Created by Jakob Norlin on 3/6/2025 in #bug-reports
Cookie cache does not refresh
When using the cookie cache, the session_data cookie is not refreshed if I read the session data on the server. It refreshes if I client side do
const session = authClient.useSession()
, but not if I read it on the server with const session = await authClient.api.getSession({ headers })
Is it not supposed to?15 replies
BABetter Auth
•Created by Jakob Norlin on 12/16/2024 in #help
Enterprise org auth?
Is there a way to let organizations have custom auth methods? E.g. different OAuth providers for different orgs
17 replies
CDCloudflare Developers
•Created by Jakob Norlin on 2/28/2024 in #general-help
Is it possible to make the Cloudflare CDN use different cache entries based on a cookie value?
More specifically, can I put a cookie that has
theme=light
and get a different cached response from the CDN than if I have theme=dark
?5 replies
CDCloudflare Developers
•Created by Jakob Norlin on 1/3/2024 in #pages-help
My code is executed in the build step, crashing because of missing env vars
So I have a solid-start project that I want to deploy to pages.
I have a problem with deployment to Cloudflare pages though. After the build is complete and code is uploaded, my code is executed in the build step. This leads to a deploy error, because the environment variables aren't available so the code throws.
Why does this happen? It doesn't make sense to me. As the error happens after upload I suspect this is not an error with solid-start, but I could be wrong about that of course.
3 replies