-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sudden Error Message : We've detected that you're using a 3rd party library that is not supported by Cypress: ***-cloud #27955
Comments
Hi @david-ic3, can you provide this information via the link provided in the error message? That's the channel to seek help for migrating. We can assist you there. |
#27924 |
@jennifer-shehane , the link is not working (it's actuall https://on.%2A%2A%2A.io/unsupported-third-party-library?c=1 what we get in the logs). |
For info, it's currently solved downgrading to "cypress": "12.17.4" |
@david-ic3 Your CI is obfuscating the middle of the link, thinking it's sensitive info. The link is https://on.cypress.io/unsupported-third-party-library?c=1 |
@david-ic3 Please make sure to remove the 3rd party library and all configuration files associated with the library. Let me know if this resolves the error. |
@jennifer-shehane , we removed "compatibility": "1.0.1" and searched on all files for 'cloud'. Is there a kind of memory that remembers on cypress side that we used this library ? if no I'm out of ideas (besides downgrading versions) |
@david-ic3 For the |
@julien-sarazin , it's understandable and it's fine for us. |
@jennifer-shehane , deleting the file - was empty - solved the issue. Thanks a lot. |
Closing as resolved |
Hey we have this issue and we are using sorry-cypress, so cypress-cloud is important for us
We are experiencing this issue after upgrading to mdc components and no way how to resolve this error |
@Rebaiahmed the cypress-cloud plugin by sorry-cypress can no longer be used with Cypress. You'll need to remove the plugin and its configuration to continue using Cypress. |
Current behavior
We get an error and the test are stopping :
Even though the library and any reference have been deleted
Desired behavior
No response
Test code to reproduce
Cypress Version
13.3.0
Node version
node18.12.0-chrome107
Operating System
ubuntu-22.04
Debug Logs
Package.json
The text was updated successfully, but these errors were encountered: