metasfresh / metasfresh-docker

GNU General Public License v2.0
36 stars 39 forks source link

Respond to 401 Unauthorized when login #94

Open lnngle opened 6 months ago

lnngle commented 6 months ago

After clone https://github.com/metasfresh/metasfresh-docker, successfully build the image and start.but login failed,the response details are as follows: { "timestamp": 1711292177.699000000, "status": 401, "error": "Unauthorized", "exception": "de.metas.ui.web.login.exceptions.NotLoggedInException", "message": "not logged in", "path": "/rest/api/login/loginComplete" }

c581698 commented 3 months ago

The same as my situation。