[Question] proxy.reload: net::ERR_ABORTED

See original GitHub issue

I am seeing this happening in our tests:

proxy.reload: net::ERR_ABORTED; maybe frame was detached?
=========================== logs ===========================
waiting for navigation until "networkidle"
============================================================

My theory is that the app is using window.location to change the location, which is somehow causing reload to fail.

The code that’s failing is simply:

await page.reload({
  waitUntil: 'networkidle',
});

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
gajuscommented, Oct 18, 2022

Where is the facepalm emoji when I need it.

Of course that makes the most sense.

Thanks.

0reactions
dgozmancommented, Oct 18, 2022

I think the easiest would be to let the page redirect to /home, and then navigate to /bar. Something like this:

await authenticate(page);
await page.waitForURL('/home');
await page.goto('/bar');
await baz();
Read more comments on GitHub >

github_iconTop Results From Across the Web

proxy configuration being loaded from trigger in app ie with ...
I have question, could YARP load proxy configuration without restart the application? i have read the documentation about the proxy ...
Read more >
Hot reloading in visual studio 2017 for asp.net core spa (react ...
I have a asp.net core 2.2 react template based app. The react app under ClientApp has my own build script for react app...
Read more >
Windows 10 Proxy problem after each reboot...
All is working great in my Windows 10 except for this problem. When I reboot, each time Network my Internet is down.
Read more >
Squid 3 reloading makes it stop serving requests - Server Fault
Since we changed to 3.0, that seems to be impossible: everytime we use reload (or -k reconfigure) it stop serving requests for as...
Read more >
How to reload a whole collection? (SOLVED) - Defold Forum
Message 'final' sent from main:/go#script to main:/go#proxy. ERROR:GAMESYS: The collection /main/level00.collectionc could not be unloaded since it was never ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found