Mike McCready

Results 2194 comments of Mike McCready

The demo E2E Next.js `14` project is now merged into https://github.com/cypress-io/github-action/tree/master/examples/nextjs This example does not cause a problem because it does not use TypeScript. It is based on following the...

@theonlydaleking You can click on `Skip` to ignore the check, however whether it will work or not depends on how Next.js has been installed. See other comments in this thread.

@nickmccurdy > Alternatively, it could be marked as a duplicate of #27731 if the warning is fixed or considered complete. - Although the two issues are related, this one is...

@jamesopti - I updated and hid some of my comments in this thread, since Cypress `13.6.3` resolved the issue https://github.com/cypress-io/cypress/issues/27731 - Are you already using Cypress `13.6.3` for your upgrade?...

@jamesopti Great that you are on the latest Cypress version! Apart from the fact that Cypress says Next.js `14` is unsupported when you try to run Component Testing, did you...

@jamesopti Thanks for sharing your concrete error trace! The Cypress.io team would need to respond about their plans to support Next.js `14`. I can't see any mention of it on...

@adrianstanek [Next.js](https://nextjs.org/docs/getting-started/installation) specifies a minimum of Node.js `18.17`. See also [Next.js 14 blog > Other Changes](https://nextjs.org/blog/next-14#other-changes). The minimum Node.js version for Cypress is `18.x` - see [Cypress > System Requirements](https://docs.cypress.io/guides/getting-started/installing-cypress#Nodejs)....

@alexsch01 I was able to reproduce your issue on Ubuntu 22.04. Cypress running under Windows 11 does not have a problem to test using Chrome for Testing, and the name...

- PR https://github.com/cypress-io/cypress/pull/28243 would resolve this issue. Using this branch I was able to successfully run Cypress tests under Ubuntu 22.04 using Chrome for Testing `r120.0.6099.109` installed with `npx @puppeteer/browsers...

The [serve](https://www.npmjs.com/package/serve) dependency [fast-url-parser](https://www.npmjs.com/package/fast-url-parser) can be patched as a temporary measure. Starting with the following: ```bash mkdir serve-test cd serve-test npm init -y npm install serve export NODE_OPTIONS='--trace-deprecation' npx serve...