fix(prividium): route page-load failures to a privacy-preserving not-found page#618
Merged
Conversation
API E2E Test Results185 tests 185 ✅ 18s ⏱️ Results for commit 2eba948. ♻️ This comment has been updated with latest results. |
API Prividium E2E Test Results9 tests 9 ✅ 6s ⏱️ Results for commit 2eba948. ♻️ This comment has been updated with latest results. |
Unit Test Results 4 files 278 suites 10m 9s ⏱️ Results for commit 2eba948. ♻️ This comment has been updated with latest results. |
|
Visit the preview URL for this PR: |
aon
reviewed
Jun 9, 2026
…other failures Addresses review feedback: blanket-swallowing every FetchError sent genuine errors (400/500) to the not-found page. Now only 403 (not visible) and 404 (missing) route there; other failures keep showing the error page. Applied consistently across useAddress, useBlock and useTransaction. Also updates the Prividium not-found copy to mention permissions per review.
Romsters
approved these changes
Jun 10, 2026
|
🎉 This PR is included in version 3.19.3 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What ❔
/not-foundpage with the copy "Nothing to show. This page may not exist, or it may not be visible to you." instead of a red "Something went wrong" card or the search-style default copy.Why ❔
Before:

Related: matter-labs/zksync-prividium#172
Note
Checklist