Can't Login Backend after logout

Hey Guys,

I have make some changes on a website create new “Editor” user. Then I logged out. A few seconds later I would login again (not with the new user account), but I get:
Seite nicht gefunden
Die angeforderte Seite konnte nicht gefunden werden.
#1301610453: Could not resolve a route and its corresponding URI for the given parameters. This may be due to referring to a not existing package / controller / action while building a link or URI. Refer to log and check the backtrace for more details.

The System Log says:
17-09-10 10:06:05 10 WARNING Flow Router resolve(): Could not resolve a route for building an URI for the given route values.
node => object: Neos\ContentRepository\Domain\Model\Node
@action => show
@controller => frontend\node
@package => neos.neos
@format => html

Hi @patriceckhart

How does the url look? It could sound like a issue with the node being referred to in the url. So please paste the url :slight_smile:

…/neos
All urls in the cms

http://bit.ly/2wjUpJ4

I sent you a temporary username and password.

First thing i spot is that the “last visited node” <meta> tag is not present - did you remove it? And are you using the new UI or the “old one”?

Thank you for your answer!

If you mean the
<script data-neos-node="/sites/site@live" src="http://xxx.com/_Resources/Static/Packages/Neos.Neos/JavaScript/LastVisitedNode.js" async></script>
I did not remove that.

I use the old UI.

Do you suspect anything?