The Monaco editor has an issue that it fetches a script from the wrong URL. This has no impact on end users but it causes failures of Cypress tests. The Cypress test against a separate frontend on port 4200 is not affected, but if you test against the frontend that is part of the backend then the Monaco issue causes the test to fail.
The Monaco editor has an issue that it fetches a script from the wrong URL. This has no impact on end users but it causes failures of Cypress tests. The Cypress test against a separate frontend on port 4200 is not affected, but if you test against the frontend that is part of the backend then the Monaco issue causes the test to fail.