-
Notifications
You must be signed in to change notification settings - Fork 78
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
Checking Check All Routes #2493
Conversation
Some example paths:
We may need to look at handling an infinite number of preceding path combinations and look at something like |
Took a few minutes to give this a little bit of a fresh look with what was discussed by @chriscalhoun1974, @sanders41, @Roger-Ethyca, and @seanpreston on the call tonight - it can definitely be improved with some decent coffee and some sleep but I think it might be a good start towards what we discussed! I was able to validate everything working as planned using |
I was going to have another look also, but got unexpected results. I ran I do still get errors when using |
I did some further testing by connecting to the 1.6.0 docker container pulled from docker hub and modifying files in the container with the changes here. I found the pages are loading with this change in place. I am getting a 500 error I was initially concerned this would only work when using our docker image and not when building a custom docker image or pip installing fides. To test this idea I deleted the |
I'll try and look at the fideslog stuff in a bit. Great catch! Even on failure we shouldn't surface anything if we can help it so am almost hoping it's something to do with the change... |
Just to clarify a bit. the 500 error shows in the server log, but pages on the front end still loaded fine without error. |
Ah cool, thank you! |
Executed |
Just tested with |
Closing in favor of #2500 |
Closes #2491
Code Changes
Steps to Confirm
Pre-Merge Checklist
CHANGELOG.md
Description Of Changes
This appears to only happen when using a production build of the front end, potentially due to the files being compiled in a different path than expected. Originally in
2.5.1