Hello I am using Laravel Framework 6.18.23 and when ever my Vue app connects to the API it deducts more than what I expected.
Here is the sample screenshot below
As you can see I tried to login in my app 3 consecutively but laravel deducts more than 3 on a x-ratelimit-remaining. Additionally the x-ratelimit-remaining not resetting after 1 minute.
Any idea what might be the reason?
I tried php artisan cache:clear but still the issue exists
This issue only exist in production environment not in nonprod or preprod but I don't know where to start investigating