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
When clicking on the Nearby button for the first time, it works as expected and loads the nearby.html page. However, when already on the nearby.html page, clicking the Nearby button again results in an error where the URL changes to index.htmlnearby.html, leading to a 404 page.
Click on the Nearby button (it loads nearby.html correctly).
On the nearby.html page, click on the Nearby button again.
The URL changes to index.htmlnearby.html, and the page returns a 404 error
Expected Behavior:
Clicking the Nearby button multiple times should not result in an incorrect URL. The page should either reload or maintain the correct URL without appending index.html.
Possible Solution:
I believe this could be an issue with the button's URL or routing logic. A relative path might be getting appended incorrectly when the page is already loaded.
Screenrecord:
Untitled.video.-.Made.with.Clipchamp.1.mp4
would like to work on this under hactoberfest'24
The text was updated successfully, but these errors were encountered:
Bug Description:
When clicking on the Nearby button for the first time, it works as expected and loads the nearby.html page. However, when already on the nearby.html page, clicking the Nearby button again results in an error where the URL changes to index.htmlnearby.html, leading to a 404 page.
Steps to Reproduce:
Expected Behavior:
Clicking the Nearby button multiple times should not result in an incorrect URL. The page should either reload or maintain the correct URL without appending index.html.
Possible Solution:
I believe this could be an issue with the button's URL or routing logic. A relative path might be getting appended incorrectly when the page is already loaded.
Screenrecord:
Untitled.video.-.Made.with.Clipchamp.1.mp4
would like to work on this under hactoberfest'24
The text was updated successfully, but these errors were encountered: