[BUG] Client-side redirect before 'load' event rejects previous goto()
See original GitHub issueAm launching a browser and hitting an URL but sometime browser is getting closed and throws below error, this is happening infrequently:
Error: Navigation to https://test.com/ was canceled by another one
at LifecycleWatcher._onCommittedNewDocumentNavigation (/Users/PlayWright/node_modules/playwright-core/lib/frames.js:856:45)
at FrameManager.frameCommittedNewDocumentNavigation
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:13 (6 by maintainers)
Top Results From Across the Web
How do I redirect to another webpage? - javascript
So Use the assign() method if you want to load a new document, andwant to give the option to navigate back to the...
Read more >Redirections in HTTP - MDN Web Docs - Mozilla
In HTTP, redirection is triggered by a server sending a special redirect response to a request. Redirect responses have status codes that start ......
Read more >Bug listing with status RESOLVED with resolution OBSOLETE ...
Bug :1523 - "[IDEA] Offload work by distributing trivial ebuild maintenance to users, introduce a simple stability voting system and have a core...
Read more >Using OAuth 2.0 for Web Server Applications | YouTube Data ...
This document explains how web server applications use Google API Client Libraries or Google OAuth 2.0 endpoints to implement OAuth 2.0 ...
Read more >Firebase JavaScript SDK Release Notes - Google
Fixed a bug that caused Firebase SDKs to throw an error in Firefox browsers when ... Introduce client-side indexing with beta API setIndexConfiguration()...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I am able to repro, this is indeed an issue. Thank you, @kblok!
Check this out @dgozman