Routing currently does not work with current ESR Mozilla Firefox 45.4.0.
This is a defect with current https://github.com/misterGF/CoPilot as well
(but there is no good known way to report it to upstream, github issues are disabled and pullrequest do not seem to be appropriate).
Observation:
On Chromium: select any subroute, e.g. https://copilot.mistergf.io/tables: works.
On Firefox: does not work: briefly shows the right page and then does a real request to the server,
which goes 404. If you use the back-button of the browser, you get the tables page.
Expectation: should probably works.
Analysis: (initial ideas) maybe an issue with vue-router, though I would expect it to work.
So maybe it is interference with connect-history-api-fallback and how both are used.
AdminLTE does this will.
Partial workaround: A test on firefox 49 would show if this is related to some new browser capability.
Routing currently does not work with current ESR Mozilla Firefox 45.4.0. This is a defect with current https://github.com/misterGF/CoPilot as well (but there is no good known way to report it to upstream, github issues are disabled and pullrequest do not seem to be appropriate).
Observation: On Chromium: select any subroute, e.g. https://copilot.mistergf.io/tables: works. On Firefox: does not work: briefly shows the right page and then does a real request to the server, which goes 404. If you use the back-button of the browser, you get the tables page.
Expectation: should probably works. Analysis: (initial ideas) maybe an issue with vue-router, though I would expect it to work. So maybe it is interference with connect-history-api-fallback and how both are used. AdminLTE does this will.
Partial workaround: A test on firefox 49 would show if this is related to some new browser capability.