You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chrome Version 87.0.4280.141 (Official Build) (64-bit)
Steps to reproduce
On the "profile-page":
Within the class labelled "profile-tabs", Replace an "href" with a call to a route on my server (Node.js)...such as "/users/pages/<%= broadcaster %>". The link will not be functional.
What is expected?
I expect that the route placed in the "href" should be called on my server.
What is actually happening?
The route placed in the "href" is not called, there seems to be no functionality when pressing the button.
However, in the class labelled "footer footer-default", the same route can be placed in an "href" and it will work as expected. See the 'fiddle' where I have the route in both
sections.
It seems only the "profile-tabs" section is not recognizing server routes "href" links for some reason.
Solution
Additional comments
The text was updated successfully, but these errors were encountered:
Version
2.0.4
Reproduction link
https://jsfiddle.net/pangit86/sbqf1xeL/10/
Operating System
Win 10
Device
HP laptop
Browser & Version
Chrome Version 87.0.4280.141 (Official Build) (64-bit)
Steps to reproduce
On the "profile-page":
What is expected?
I expect that the route placed in the "href" should be called on my server.
What is actually happening?
The route placed in the "href" is not called, there seems to be no functionality when pressing the button.
However, in the class labelled "footer footer-default", the same route can be placed in an "href" and it will work as expected. See the 'fiddle' where I have the route in both
It seems only the "profile-tabs" section is not recognizing server routes "href" links for some reason.
Solution
Additional comments
The text was updated successfully, but these errors were encountered: