exlibris-fed / exlibris

MIT License
4 stars 0 forks source link

Routing issue on production #100

Closed Sigafoos closed 3 years ago

Sigafoos commented 3 years ago

go doesn’t seem to be properly passing along anything but the root path to vue. So /@dconley doesn’t match a route in mux and it 404s.

In dev it’s not an issue, because go is running on a different port entirely.

I think we need to change the / route to a PathPrefix and route everything to the index? That may break other things though, so we could have to redo some other things in the go router.