Closed charinduedirisuriya closed 5 years ago
If you build the backend and serve it, it should also be serving the frontend.
Due to more than 3 months of inactivity, this issue is being closed.
If you think the resolution is in error, please re-open the request with fresh information.
If i build the front end with npm i get a web ui. But when i upload my json file i get 404 upload not found because the backend is running on my Apache server port(8080) and nodejs is using port 4200.
404 not found localhost:4200/upload?filename=someone.json
How can fix this issue?