Relative Content

Tag Archive for iosroutescapacitorquasar

iOS app built with quasar gets hung up in router, but not on web

I have an iOS app built on Quasar using Capacitor. On web, when the user is logged out, going to the home page forces the user to the authentication page via routes. On iOS, after the splashpage, the user gets forced to the home/index page, the route is fired, but the user is never re-routed to the auth page, the app keeps trying to reload the index/home page, so there is a stuck loop.