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
{{ message }}
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
I have the same issue. In my case I am using httpd for web, this error happens because you need to configure your webserver which serves your "index.html" to accept subpages. I don't know yet how it's done, but I'll come back later as soon as I figure it out.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using this repo to learn how to connect Cypress to a service created using
docker-compose
.cy.visit('/')
works fine within GitLab CI but when Cypress tries to access other routes such ascy.visit('/register')
it gives me 404.Can you expand on this ?
The text was updated successfully, but these errors were encountered: