运行 vorto 仪表板时出现以下错误
JWT expired, getting new Token Wed Aug 26 2020 07:38:56 GMT+0100 (BST)... StatusCodeError: 401 -
{"status":401,"error":"gateway:authentication.failed","message":"Multiple authentication
mechanisms were applicable but none succeeded.","description":"For a successful authentication
see the following suggestions: { The JSON Web Token is not valid. },
{ Please provide a valid JWT in the authorization header prefixed with 'Bearer ' }."
config.json的内容如下
{
"client_id": "xxxxxxxxxxx",
"client_secret": "xxxxxxxxxxxx",
"scope": "xxxxxxxxxx",
"intervalMS": 10000
}
尝试将 config.json 的内容设置为环境变量。然后我也得到同样的错误。附上访问 localhost:8080 的 web 前端截图
尝试使用以下链接为 Bosch iot suite 运行 Vorto Dashboard 时出错。但它仍然无法正常工作。请帮我解决这个问题