neos-development-collection icon indicating copy to clipboard operation
neos-development-collection copied to clipboard

BUG: Can't switch from internal workspace back to live

Open dlubitz opened this issue 1 year ago • 2 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current Behavior

In latest 9.0 to switch from a "internal workspace" back to "live" the process seems to run into an infinite loop. CPU goes up to 100% and no response anymore.

Expected Behavior

I can switch back to live workspace as baseworkspace of my user workspace.

Steps To Reproduce

Create new internal Workspace "Test" Switch to "Test" Switch to "Live"

Environment

- Flow: 9.0
- Neos: 9.0
- PHP: 8.2

Anything else?

No response

dlubitz avatar Jun 05 '24 12:06 dlubitz

Could reproduce it too.

crydotsnake avatar Jun 14 '24 13:06 crydotsnake

If you then kill the ./flow server:run process and start it again, it wont work:

Server running. Please go to http://127.0.0.1:8081 to browse the application.
[Fri Jun 14 15:35:23 2024] Failed to listen on 127.0.0.1:8081 (reason: Address already in use)

crydotsnake avatar Jun 14 '24 13:06 crydotsnake

This might be a duplicate of https://github.com/neos/neos-ui/issues/3787

ahaeslich avatar Jul 23 '24 14:07 ahaeslich