I was running some Cypress tests and startedthe backend by running make acceptace-backend-start . The server started successfully, and the log says Zope is running at: http://0.0.0.0:55001/ , but when I try to access it, the server is responding with a status of 404 not found. Is there any ongoing server issue? If not, could someone help me with some common configuration issues that might cause this, and how can I debug it?
This is normal. The acceptance test server does not serve anything on the root path /, but the Plone site should be there at http://localhost:55001/plone