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
As a result, exercise 4 and subsequent ones cannot be ran through Cypress, encountering ERRCONNECT error.
Custom fix :
Make sure the Exercise folders are in /Library/Webserver/Documents/Exercice4
Open cypress.config.js and change :8080 to :80.
And then access it normally via cypress webapp.
The text was updated successfully, but these errors were encountered:
Tholho
changed the title
Cypress server might conflict with default apache2 server on macOS 15.x
Cypress server might conflict with default apache2 server on macOS 15.x (including FIX)
Jun 18, 2024
As a result, exercise 4 and subsequent ones cannot be ran through Cypress, encountering ERRCONNECT error.
Custom fix :
Make sure the Exercise folders are in /Library/Webserver/Documents/Exercice4
Open cypress.config.js and change :8080 to :80.
And then access it normally via cypress webapp.
The text was updated successfully, but these errors were encountered: