You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the netlify-adapter with Edge functions enabled in the config, the _redirect file is not being created at all, resulting in a 404, "Page Not found" as this file is required to redirect all requests to the Render function.
As far as I can tell, Netlify edge functions don't use _redirects; they use .netlify/edge-functions/manifest.json. It's working fine for me. Perhaps the error is caused by something else?
Describe the bug
When using the netlify-adapter with Edge functions enabled in the config, the _redirect file is not being created at all, resulting in a 404, "Page Not found" as this file is required to redirect all requests to the Render function.
Reproduction
use netlify-adapter, set Edge functions to "true"
Logs
No response
System Info
Severity
blocking an upgrade
Additional Information
Similar and probably related to other issue I created, #4722
The text was updated successfully, but these errors were encountered: