Hostname being added in front of href in a tag when i deploy my application but not locally
Unanswered
Giant panda posted this in #help-forum
Giant pandaOP
Hello, i don't understand why i have my hostname in front of the href of a
<a/>
tag targeting external url , do you have an idea why ?5 Replies
not fully following you, so what's your href of a tag in your application?
Giant pandaOP
locally i have <a href="https://external-website.com"/> and when i deploy my app online i have <a href="https://original-websitehttps://external-website.com"/>
Giant pandaOP
any idea ?
I believe you have wrong href in your codebase
gimme your source code for the <a /> tag