You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"logs": [
{
"message": [
"Error: The 'cache' field on 'RequestInitializerDict' is not implemented."
],
"level": "error",
"timestamp": 1733359252751
}
],
Would you like to help?
Would you like to help implement this feature?
The text was updated successfully, but these errors were encountered:
Description
previously, cache was on by default.
let posts:any = await fetch('https://domain.com/posts').then((res) => res.json())
Updated method to opt-in for cache as per NEXTjs's documentation
Additional Information
Adding the new method causes the fllowing error :
Would you like to help?
The text was updated successfully, but these errors were encountered: