Hello Biplab Malakar, please I can't add replies or comments on my devblog, when I click on the sign in button on the blog it only refreshes the page, please can you help?
I think you are using Brave browser. Or browser which automatically block the href link and popup.
Try to use Chrome.
Because "Add a comment" and "Signin" are <a> tag , not actual button. So, browser those are not allow external link and popup for those browser it will not work and page is reloading because the link referring to same domain.
Hashnode Developer
Solution is, use <span> or <div> or <button> instead of <a>
Biplab Malakar
Senior Software Engineer, JavaScript Developer, MEAN Developer, Node.js Developer, MERN Developer, Hybrid Mobile App Developer and ML Develo
I think you are using Brave browser. Or browser which automatically block the href link and popup. Try to use Chrome.
Because "Add a comment" and "Signin" are <a> tag , not actual button. So, browser those are not allow external link and popup for those browser it will not work and page is reloading because the link referring to same domain.
Hashnode Developer Solution is, use <span> or <div> or <button> instead of <a>