Content pfp
Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions

Steve pfp
Steve
@stevedylandev.eth
Lowkey thinking about doing a write up on this whole escapade. It’s so absurd I think more people need to be aware how deep Next.js goes. I need to retest the scenario on v15 instead of v14 which a client was using and took us days to debug.
4 replies
0 recast
7 reactions

Complexlity pfp
Complexlity
@complexlity
😅. Actually, yes they were patching next in v13 and I think early 14. But people complained then the stopped. But I wouldn't be surprised there's still isssues. There's always something weird in Nextjs
1 reply
0 recast
2 reactions

Steve pfp
Steve
@stevedylandev.eth
Turns out it was patched in v15 so glad to see that 😮‍💨 Basically they were applying cache settings to node-fetch inside SDKs and from what we could tell there was no way for a user to override it. If they wanted to use v14 with our SDK and prevent caching content we would have to make a patch to our fetch requests inside the SDK to use cache: "no-store" (which we did just to be safe). What's even more insane is that these are POST requests. It makes zero sense to cache a post request like that 🫠
0 reply
0 recast
2 reactions