May 29, 2023
0
Level 1
API not returning latest data in Laravel 5
I'm developing rest API use Laravel. response API not return latest data, it took some time to hit API again to get latest data. in local all goes well, but when run on production server I get a problem.
I think the problem is caused cache. but, I tried clearing cache using Cache::flush(), it didn't solve my problem.
This problem occurs when hitting API using GET method only.
Please or to participate in this conversation.