question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Application not working with Chrome-64. Failing to get URL "/__/#/tests/"

See original GitHub issue
  • Operating System: Window 7
  • Cypress Version: Cypress package version: 2.1.0 Cypress binary version: 2.1.0
  • Browser Version: Chrome 64

Is this a Feature or Bug? Bug

Current behavior:

I am trying to test website with Chrome 64 browser. As soon as i run the test chrome browser opens up and it shows that it is requesting the page. But soon after it opens a page that says…

404. That’s an error.

The requested URL /__/ was not found on this server. That’s all we know.

Desired behavior:

Ideally it should open the login page.

How to reproduce:

It is very simple and it breaking at the start of the test.

Test code:

cy.visit('https://www.google.co.in')

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:32 (9 by maintainers)

github_iconTop GitHub Comments

3reactions
p4pramodcommented, Mar 27, 2018

I can not upload image as i am behind corporate proxy. My problem is as soon as test starts running in Chrome 64 it opens a page having __ e.g. " https://app.corp.com/__/#/tests/integration\example_spec.js" and it crashes saying 404 not found.

But when I run the same test in Electron 59 it works.

2reactions
rsudarsoncommented, Mar 30, 2018

With cypress 2.1.0 & chromium 64+, url visit is not redirecting properly. It adds __ in the url and the page simply waits.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix Chrome update problems & failed updates - Google Support
On your Mac computer, open Finder. On the left, click Applications. Look for any programs you don't recognize, then do one of the...
Read more >
python - Selenium: WebDriverException:Chrome failed to start ...
Your main issue is the Chrome browser is not installed at the default location within your system. The server i.e. ChromeDriver expects you...
Read more >
How to troubleshoot common problems with Chrome Browser
Clear the chrome cache and see if it installs afterwards. · Remove the Chrome profile. · If all else fails, contact the developer...
Read more >
Chrome Driver Issue while executing Selenium Tests
Hi all, I am executing some Selenium tests and I am getting the below error now.It was working fine until yesterday with same...
Read more >
How To Fix Chrome Browser Launching Issue In WebdriverIO
How To Fix Chrome Browser Launching Issue In WebdriverIO. Watch later. Share. Copy link. Info. Shopping. Tap to unmute.
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