You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Needless to say I would of save a great deal of time if it bubbled up the error message, as it took me an exceptionally long time to even realize it was a Navigation Aborted error in the first place. Then the number of things that can actually cause this problem are numerous and not well documented at all, the error it throws has absolutely zero information that is of any help when this happens as well. It's an exceptionally easy problem to get yourself into especially with reactive systems we build today, and an exceptionally hard problem to find with the way it's currently being treated.
Reproduction
Have a DOM event occur in the background while a navigation event occurs using goto, it will just sit there and do nothing. No error is thrown.
Logs
System Info
Svelte 4.x, SvelteKit 2.x
(latest minors on all)
Severity
serious, but I can work around it
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Navigation Aborted errors do not get bubbled up to the client, see my discussion here on what I went through to discover this.
#13777
Needless to say I would of save a great deal of time if it bubbled up the error message, as it took me an exceptionally long time to even realize it was a Navigation Aborted error in the first place. Then the number of things that can actually cause this problem are numerous and not well documented at all, the error it throws has absolutely zero information that is of any help when this happens as well. It's an exceptionally easy problem to get yourself into especially with reactive systems we build today, and an exceptionally hard problem to find with the way it's currently being treated.
Reproduction
Have a DOM event occur in the background while a navigation event occurs using goto, it will just sit there and do nothing. No error is thrown.
Logs
System Info
Severity
serious, but I can work around it
Additional Information
No response
The text was updated successfully, but these errors were encountered: