Proxy URL Not working as expected
As per documentation I added proxy url as /reporting and saved/restarted service. Now everything is going 404. Post that I added url rewriting logic as below
app.use(rewrite('/reporting/*','/$1'));
This works fine for all static requests but all API requests are still going 404.
Any help or suggestion would be greatly appreciated.
Thanks
Please sign in to leave a comment.
Comments
0 comments