Next.js Discord

Discord Forum

fetch api cache on server

Unanswered
Japanese Bobtail posted this in #help-forum
Open in Discord
Japanese BobtailOP
I have to make an api call at the server side, but it's not being cached by next.
I checked the log and it says next has a cache limit of 2MB for each request.
Is this limit on payload before decompression or after it?
Also, what are my options here other than decreasing my payload size?

0 Replies