In my application in local I am using
{{abc}}
In local it gets redirected to http://localhost:456/#/view/56
And in Dev link it should be redirected to
https://www.dev.appname/projectname/#/view/56
but it gets redirected to ...//www.dev.appname/#/view/56
How can I resolve this path issue when I am in dev server??