shawnmclean / sovoli

https://sovoli.com
3 stars 0 forks source link

🐞[BUG] SSR does not pass on jsonb types #21

Closed shawnmclean closed 1 month ago

shawnmclean commented 1 month ago

This is happening on the shelf details page where the shelf images are passed in.

The API returns the image array but not sure how to test the SSR part of ts-rest.

shawnmclean commented 1 month ago

No idea whats going on here but it now works when we don't cache the TSR query like what the TRPC guys are doing.

Turning off all caching and will look back at this when load becomes an issue.

I also do not see a need to keep TRPC around either since TSR seems to play nice so far with both Expo and NextJs SSR.