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
Am confused by 1) - it seems to me that going to the resource page is what would be wanted here?
For 2) perhaps prefixing all hrefs with # in the as could fix that, but I'm not 100% sure about that as it'll depend on what the router does. At the moment it intercepts a clicks to function correctly, hence the issue you're describing. "Proper" routes like https://bioimageio-uploader.netlify.app/status/committed-turkey can't work as it's a single-page-application.
when clicking on a resource in the overview page (https://bioimageio-uploader.netlify.app/#/status)
the resource specific status page opens (should be the version specific status page, also):
https://bioimageio-uploader.netlify.app/#/status/committed-turkey
when opnening the same link with 'open in new tab', the
/#
is missing and the page cannot be found:https://bioimageio-uploader.netlify.app/status/committed-turkey
The text was updated successfully, but these errors were encountered: