Closed crydotsnake closed 1 year ago
Could you please check the error and exception logs and share them?
This is the result of misusing Account in the the setup and exposed through this fix: https://github.com/neos/flow-development-collection/pull/2700
The problem is that the respective Account object that we create for our login can not be validated as new (or not) because no database even exists to check against. We shouldn't be using the account entity here to begin with. A fix for now probably needs to be a hack and then we can properly fix this once we decoupled account (with an interface) and have a non entity option to carry the roles.
I could also reproduce it with Neos 7.3
Description
After access the neos/setup login with the password as usual, the browser throws a HTTP Error 500 message.
Demo
Steps to reproduce
neos/base-distribution
with composer:composer create-project neos/neos-base-distribution neos-example
127.0.0.1:8081
Environment
Anything else?
Tested with the following browsers: