Whenever I access a URL by clicking on a browser notification, the functionality of the page seems to stop working.
To demonstrate this issue, I have a small project available here: https://github.com/bdwbdv/quickstart
Expected behavior: after starting the application, opening the project in the browser (URL /cars
), clicking on one of the cars will take you to a /car/:id
view. From there, clicking the "EDIT" button should open an input field with the car brand and show a "CANCEL" button.
Unexpected behavior: after starting the application, opening the project in the browser (URL /cars
), clicking on the browser notification "Check out this car (click me)" which leads to a /car/:id
view, clicking the "EDIT" button results in nothing happening.
Do you have any insights into why this is happening and potential solutions to fix it?