Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Use Link component to resolve 404 error. #402

Merged
merged 1 commit into from
May 24, 2024

Conversation

TomBeckett
Copy link
Contributor

@TomBeckett TomBeckett commented May 16, 2024

Description

Fixes 401.

I believe the issue is related to a React Router change causing native tags to not intercept the navigation (causing a page navigation to a Quarkus route that does not exist).

I believe this change was introduced in the last two months (between 0.7.0 and 0.7.1).

This does seem to fix the issue for me locally. It's not as clean as it was previously but I offer it as a solution or at least a starting point.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

@PacoVK
Copy link
Owner

PacoVK commented May 24, 2024

Thanks @TomBeckett for your help an the fix! Really appreciate it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Management and Providers tabs throw 404 Error on 0.7.1
2 participants