opt out of caching during dev??
Unanswered
Spectacled bear posted this in #help-forum
Spectacled bearOP
Is it possible to opt out of all caching during development?
When I change API responses, I oftentimes still receive the old NextResponse.
So far I partly solved it by deleting the
When I change API responses, I oftentimes still receive the old NextResponse.
So far I partly solved it by deleting the
/.next folder every time this happens: https://stackoverflow.com/a/76253238/12946000