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
Some clients (e.g. Nextjs) will automatically cache all responses (even POST requests). I think adding cache-control: no-store and expires: 0 headers to the responses should mean we can drop framework-specific cache-control logic from our TypeScript SDK library.
The text was updated successfully, but these errors were encountered:
Some clients (e.g. Nextjs) will automatically cache all responses (even
POST
requests). I think addingcache-control: no-store
andexpires: 0
headers to the responses should mean we can drop framework-specific cache-control logic from our TypeScript SDK library.The text was updated successfully, but these errors were encountered: