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
Currently I have a link with the Link component, which leads to a page that receives a path parameter.
The path parameter is validated by an api to get an object, otherwise it returns a notfound error. The path with the erroneous parameter displays the error page correctly when the url is entered from a new window, but when it is accessed through the Link component, nothing happens. It just changes the browser url but nothing else happens.
What can it be? I attach the code of how it is structured.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Currently I have a link with the Link component, which leads to a page that receives a path parameter.
The path parameter is validated by an api to get an object, otherwise it returns a notfound error. The path with the erroneous parameter displays the error page correctly when the url is entered from a new window, but when it is accessed through the Link component, nothing happens. It just changes the browser url but nothing else happens.
What can it be? I attach the code of how it is structured.
Beta Was this translation helpful? Give feedback.
All reactions