Observe the browser's address changed to http://127.0.0.1:8000/app-product
Refresh the page
Observe a 404 error
I'm not sure how to fix this in the backend, since Django has no awareness of Angular's routing. All Django does for routing is route the root to the Angular app. Is it necessary for the frontend to even change the URL?
To reproduce:
http://127.0.0.1:8000/app-product
I'm not sure how to fix this in the backend, since Django has no awareness of Angular's routing. All Django does for routing is route the root to the Angular app. Is it necessary for the frontend to even change the URL?