Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publishing Nodes with CLI is broken in Neos 7.3 #57

Open
dlubitz opened this issue Aug 12, 2022 · 0 comments
Open

Publishing Nodes with CLI is broken in Neos 7.3 #57

dlubitz opened this issue Aug 12, 2022 · 0 comments

Comments

@dlubitz
Copy link
Contributor

dlubitz commented Aug 12, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant