Redirection at boot doesn't work? #9016
Unanswered
SergioRius
asked this question in
CLI - PWA mode
Replies: 1 comment 1 reply
-
Are you on history or hash vueRouterMode? https://quasar.dev/quasar-cli/quasar-conf-js#property-build |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
THIS IS A SPA. NO CATEGORY FOR SPA.
I'm trying to redirect to a setup page if connection data for socketio is not defined. But I can't make it work as per Quasar documentation here I always get a 404 error.
This is the boot file:
And the router:
What it seems is that is trying to redirect to
0.0.0.0:8080/endpointsetup
however, if I comment the redirection and manually navigate to that page, it successfully opens at:0.0.0.0:8080/#/endpointsetup
Beta Was this translation helpful? Give feedback.
All reactions