Sander Vispoel
Sander Vispoel
Cool, I figured it out. Passing extensions to the constructor worked. ```js new TsconfigPathsPlugin({ extensions: ['.js', '.jsx', '.ts', '.tsx'], }), ```
What is the progress on the deployment documentation? 😄
I'm getting this error on Node 24.4.0. Going back to 24.2.0 fixed it for me.
I am also getting this error. ``` "@supabase-cache-helpers/postgrest-react-query": "^1.13.6", "@supabase/ssr": "^0.7.0", "@supabase/supabase-js": "^2.75.1" ``` Repository for reproduction: https://github.com/sandervspl/lab-scrum-poker-app/tree/ssr-query DB setup can be found in `scripts` folder
@psteinroe i linked my repository. You can find it there. It's a small app. `room/[roomId]/page.tsx` is where the serverside requests are done