How to preload data with Remix?
I understand in nextjs you can preload data with preloadQuery, but in remix it terminate the server, I also need to send the logged in user to convex, im using convex auth.
Error: Environment variable NEXT_PUBLIC_CONVEX_URL is not set.
I tried to add this env variable, but didnt work, in the past it did.
I also think adding the data to useQuery would be great...
But how to fix this problem in remix? so i can remove the code below
Many thanks
Error: Environment variable NEXT_PUBLIC_CONVEX_URL is not set.
I tried to add this env variable, but didnt work, in the past it did.
I also think adding the data to useQuery would be great...
But how to fix this problem in remix? so i can remove the code below
Many thanks
