0

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??

1 Answer 1

0

I got a solution to this question. By adding .. at the beginning of the URL it is working. "../#/view/{{abc}}". If we add .. in this way at the beginning the URL path is working in both local and dev servers.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.