PacoVK / tapir

A Private Terraform Registry
https://pascal.euhus.dev/tapir/
Apache License 2.0
187 stars 12 forks source link

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

Closed TomBeckett closed 3 months ago

TomBeckett commented 3 months ago

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 commented 3 months ago

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