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
{{ message }}
This repository was archived by the owner on Nov 30, 2022. It is now read-only.
I am trying to return json response from my controller but its being returned text/html; charset=UTF-8. On further digging, I found out that it only happens if I apply auth.shop middleware, as I remove it proper json response is returned. Kindly look into it.