Matt Kane
Matt Kane
@orinokai is working on this
Hi. Could you try this again with version 4.0.0 of the plugin or later and see if it is still happening?
@nickytonline you have two copies of the plugin in your site. You need to disable to auto-installed one.
Hi. Netlify uses must-revalidate by default because of atomic deploys: it ensures that assets from old deploys are never left around. It uses etags, so the 304 response should be...
Hi. Do you mean you're trying to load the URL `https://example.com/_redirects`? That file isn't meant to be publicly accessible. Could you post the fucntion logs that include the error?
We exclude it from being served so no you shouldn't expect to be able to load it, even though it's in `public`. However you are correct that it should give...
Hi @joernb Yes, you identified the issue correctly. If you deploy from Mac OS, sharp will install the Mac binaries instead of Linux, which is the environment where the site...
You are correct that Edge Functions do not currently work with password protection. If that's not the issue, rewrite problems may be related to [this issue](https://github.com/netlify/netlify-plugin-nextjs/issues/1321), which is fixed in...
Hey. Could you try enabling edge functions for middleware? You should set the environment variable `NEXT_USE_NETLIFY_EDGE` to true
Hi @janakitti Thanks for the report. I'm wokring on the specifics of middleware handling this week, and I'll use your site as a test case. I'll let you know how...