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
# Paste file contents here. Please check there isn't any private info in them
# You can either build locally, or download the deploy from Netlify by clicking the arrow next to the deploy time.
The text was updated successfully, but these errors were encountered:
* fix: strip domain from ipx edge functions path (#2098)
* chore: add unit tests for sanitizer for #2098
---------
Co-authored-by: Lennart <[email protected]>
Summary
With a
next.config.js
file like this:The Netlify edge function manifest.json outputs:
The problem here is that domains in
path
are not supported for Edge functions, similar to what you might expect in domain-level redirects.Steps to reproduce
Hello world Edge
textconfig.path
innetlify/edge-functions/ipx.js
to/_next/image
fixes the issue.A link to a reproduction repository
https://github.com/zachleat/edge-redirects-test
Next Runtime version
4.36.1
Is your issue related to the
app
directory (beta)?app
directoryMore information about your build
netlify.toml
)What OS are you using?
None
Your netlify.toml file
`netlify.toml`
# Paste content of your `netlify.toml` file here
Your public/_redirects file
`_redirects`
Your
next.config.js
file`next.config.js`
Builds logs (or link to your logs)
Build logs
Function logs
Function logs
.next JSON files
generated .next JSON files
The text was updated successfully, but these errors were encountered: