johndpjr / AgTern

19 stars 5 forks source link

Make frontend refreshable #166

Closed johndpjr closed 3 weeks ago

johndpjr commented 11 months ago

Context

When reloading the page on any other route than the base route ("/"), we encounter a 404 error (see Figure 1). We encounter this error because the backend server does not realize that this route belongs to our frontend. We want Angular content to serve that route and not the backend server (except anything prefixed with /api and other login routes).

TODO

Notes

image Figure 1. Result from refreshing the frontend on the /jobs route.