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
when I use the Link or router.visit, the request return 200 with Inertia response format, and also the x-inertia in the response header, but I get this error on the TypeError: can't access property "x-inertia", this.response.headers is undefined
Steps to reproduce
either implement a simple page with Link component or some logic to change the page using the router.visit("url")