FlowRouter: Redirect to subdomain w/o page refresh?

Anyone know if this is possible? Users are able to create pages on subdomains of my app’s domain and my <a> tags cause the site to refresh. Any suggestions?

I’m using ostrio:flow-router-extra. Thank you!

No, it’s not possible as it’s changing the hostname and origin
The browser will need to do a fresh DNS lookup, and negotiate a new connection with the server, which can’t be done without a refresh

1 Like