Nach der Installation einer lokalen Development-Umgebung (PHP7.4, Installation from scratch - Shopware Developer ) funktioniert das Frontend problemlos, aber Einloggen in Admin ist nicht möglich.
URL: /admin#login
Username: admin
Passwort: shopware
Dies sendet einen XHR-Request an /api/oauth/token
Response:
500 Internal Server Error
Errors:
0:
code: „0“
detail: „Failed to release the „oauth-admin-127.0.0.1“ lock.“
Weiss jemand, was das Problem ist und wie man es löst?
Ich habe mit verschiedenen Platform-Branches experimentiert ohne Unterschied
- trunk
- 6.4.6.0
Ich habe verschiedene Installationsvarianten probiert - ebentfalls immer das gleiche
- Mit Apache2, URL http://shopware.local
- Mit Symfony CLI (Kommando ‚symfony serve‘), URL http://localhost:8000
Gruss
Adrian