Why am I getting requests ending with "/null"? #1153
Unanswered
ChristianPavilonis
asked this question in
Help (Vue)
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I don't ever get this while I'm in the browser, but if I monitor requests with telescope, I consistently get requests to
/route/null
especially if there is a parameter there. I'll get two requests to/subscribe/basic-plan
and/subscribe/null
when clicking on a<Link>
component.Any ideas on why this might be happening?
Beta Was this translation helpful? Give feedback.
All reactions