The route duplicating it self #1145
Unanswered
sukmaw
asked this question in
Help (React)
Replies: 2 comments 5 replies
-
@sukmaw did you resolved this issue...? |
Beta Was this translation helpful? Give feedback.
4 replies
-
any one solved this issue ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Laravel version
v8.75
inertia version
"@inertiajs/inertia": "^0.10.0",
"@inertiajs/inertia-react": "^0.8.0",
"@inertiajs/progress": "^0.2.6",
First the url look right like this
But after several second it change and duplicating the url, like this
im trying to trace it
first, i find the
window.history.pushState
function on app js and unminifying the scripts, and i try debugging it (actual just console log the param)i found this
public/app.js
and here the result of console
and the first comment of that code is the inertiajs
if i see on the
resource/app.js
i think on the createInertiaAppNOTE :
But if i run it on the root web server or developing with php web server it works
But my architecture is put it on the subfolder
Beta Was this translation helpful? Give feedback.
All reactions