Skip to content

Fixing frontend routes

Santiago Faci requested to merge T364170-fix-routes into main

Fixed frontend routes.

As Vue recommends at https://router.vuejs.org/guide/essentials/history-mode#Express-with-Node-js when using HTML 5 history mode with Express and NodeJS, I have included https://github.com/bripkens/connect-history-api-fallback as a middleware to manage routes and they work now as real URLs.

Bug: T364170

Edited by Santiago Faci

Merge request reports