updateQueryString #479
Unanswered
lucabecchetti
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys, I have a select that change my current query string,
http://127.0.0.1:8000/permissions
click select it becomes http://127.0.0.1:8000/permissions?page=1 and axis call did make, the problem is that if now I navigate to a link and click back the inertia does not works:
Uncaught (in promise) Error: Cannot find module './undefined'
webpackAsyncContext .$ namespace object:1188
promise callbackwebpackAsyncContext
Any help?
Beta Was this translation helpful? Give feedback.
All reactions