-
Notifications
You must be signed in to change notification settings - Fork 29.9k
Handle BUILD_ID mismatch error #1224
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
Conversation
|
I think we can navigate pages with normal browser transition as default instead of Additionally, we can provide a way to replace this behavior like |
|
@nkzawa That's something pretty cool. |
|
Anyway, again it's the same as writing @rauchg what do you think? |
|
@arunoda It looks |
|
@nkzawa yep. I mentioned it on the comment. May be we could pass the next page URL to the hook. |
|
btw |
|
@nkzawa the only issue with that is that it implies new code, while we can't really guarantee that. You could have rolled back to an old version for example |
I'm quite not sure about this. |
Provide a hook to handle the BuildID Mismatch error.
If the hook is not provided we'll throw an error like below.
It'll ask to visit this wiki page for more information.