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
With activated $this->settings['notify']['publicWorkspace'] you get notified about changes to the live workspace.
The generated $reviewUrl throws an error 500, cause you can't show changes on the live workspace.
Generated $reviewUrl for a "not-live" Workspace (ex. Preview) /neos/management/workspaces/show?moduleArguments%5Bworkspace%5D%5B__identity%5D=preview-xbpqb
Generated $reviewUrl for the "live" Workspace throws an Error 500 /neos/management/workspaces/show?moduleArguments[workspace][__identity]=live
The text was updated successfully, but these errors were encountered:
paavo
added a commit
to paavo/neos-publishnotifier
that referenced
this issue
Aug 6, 2021
With activated
$this->settings['notify']['publicWorkspace']
you get notified about changes to the live workspace.The generated $reviewUrl throws an error 500, cause you can't show changes on the live workspace.
Generated $reviewUrl for a "not-live" Workspace (ex. Preview)
/neos/management/workspaces/show?moduleArguments%5Bworkspace%5D%5B__identity%5D=preview-xbpqb
Generated $reviewUrl for the "live" Workspace throws an Error 500
/neos/management/workspaces/show?moduleArguments[workspace][__identity]=live
The text was updated successfully, but these errors were encountered: