@hammadrashid Well it sounds like your host has a client-side cache (such as Varnish) to reduce the load on their servers, so you’ll need to speak to your hosting provider.
Apr 30, 2021
3
Level 1
Shared hosting cache issue
My laravel project is hosted on shared hosting and am facing server cache issue.
Like if i ever use dd() or dump() in controller, the next time i hit that function I get the same result even if i remove that whole function. Unless i use "?nocache=2" at the end of the url. How can i get rid of it?
Please or to participate in this conversation.