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
### What?
When an absolute url with path has been set as the assetPrefix, the path
is not used when serving the bundles. Instead the bundles are served
directly on the root. The rewrite did not seem to take a path into
account, only a host.
e.g. when the assetPrefix is set to
`https://example.vercel.sh/custom-asset-prefix`, it does not serve the
bundles from `<host>/custom-asset-prefix/_next/*` instead only from
`<host>/_next/*`
Related; #77118
---------
Co-authored-by: JJ Kasper <[email protected]>
0 commit comments