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 publishing nodes in a multisite environment with Neos 7.3 via CLI creates redirects with absolute source and target URLs, based on the primary domain of a site. This makes the redirect useless, as the redirect needs an relative URL for the source at least.
How to reproduce:
Change uriPathSegment for a node in your workspace
Run CLI command ./flow workspace:publish --workspace user-myusername
Check generated redirects
For some reason the UriBuilder ignores the provided flag createAbsoluteUri = false. Not sure if this is an issue of this package or a Neos bug.
The text was updated successfully, but these errors were encountered:
When publishing nodes in a multisite environment with Neos 7.3 via CLI creates redirects with absolute source and target URLs, based on the primary domain of a site. This makes the redirect useless, as the redirect needs an relative URL for the source at least.
How to reproduce:
uriPathSegment
for a node in your workspace./flow workspace:publish --workspace user-myusername
For some reason the UriBuilder ignores the provided flag
createAbsoluteUri = false
. Not sure if this is an issue of this package or a Neos bug.The text was updated successfully, but these errors were encountered: