Marc Littlemore
Marc Littlemore
@Fank Thanks for the extra info. Did you have the credential already in the environment you're pulling into? Is the credential JSON you shared in the remote repo you pushed...
Thanks, @Fank. The missing point in your reproduction was editing the port. I can now see the issue.
Looks like we have an issue with how we determine what is new when they're pulled down. We'll look at a fix for it.
@Fank - I've just merged #14300 so this should be fixed in the next release. 👍🏻
Before merging this I'd like us to get the test to fail so that we can prove the Cypress tests work as expected. If you install `@netlify/plugin-nextjs`, add the plugin...
I've had a quick dig into this @taty2010 and I have got the Cypress plugin to run the tests after deployment. However, the Netlify GitHub app tells us that it's...
Here's my example GitHub workflow which should be able to run the Cypress tests against the live deploy. https://github.com/MarcL/nextjs-blog-theme/pull/2 It'll need the Netlify action to wait for the deploy to...
Hey @elliottsj - thanks for raising this. We've seen a few issues with Next 13.5+ and our runtime which we're trying to sort out. Once this PR is merged and...
@lukas-sieber - Did updating to the latest version fix your problem?
Hi @lukas-sieber, We're struggling to reproduce the issue and we wondered if the issue is with the original template. Have you got a way to reproduce this with a basic...