chatwoot
chatwoot copied to clipboard
After the upgrade, the inbox list, team list, and label list cannot be displayed, and the interface is wrong
Describe the bug
To Reproduce
1
Expected behavior
No response
Environment
app.chatwoot.com
Cloud Provider
None
Platform
None
Operating system
No response
Browser and version
No response
Docker (if applicable)
No response
Additional context
No response
I have the same bug in api loading the Inbox and Teams in version 4.3.0. The browser console show this problem I dont know if it related:
GET /enterprise/api/v1/accounts/2/limits 404 (Not Found)
GET api/v1/accounts/2/captain/assistants?page=1 404 (Not Found)
api.js:105 Uncaught (in promise) Error: Not Found
at _ (api.js:105:9)
at te.
我在 4.3.0 版本中加载收件箱和 Teams 时也遇到了同样的 bug。 浏览器控制台也显示这个问题,不知道是否与此有关:
GET /enterprise/api/v1/accounts/2/limits 404 (未找到) GET api/v1/accounts/2/captain/assistants?page=1 404 (未找到) api.js:105 未捕获 (在承诺中) 错误:未找到 于 _ (api.js:105:9) 于 te。(storeFactoryHelper.js:13:14)
It may be a browser cache problem. I opened the incognito browser and it worked normally.
我在 4.3.0 版本中加载收件箱和 Teams 时也遇到了同样的 bug。 浏览器控制台也显示这个问题,不知道是否与此有关: GET /enterprise/api/v1/accounts/2/limits 404 (未找到) GET api/v1/accounts/2/captain/assistants?page=1 404 (未找到) api.js:105 未捕获 (在承诺中) 错误:未找到 于 _ (api.js:105:9) 于 te。(storeFactoryHelper.js:13:14)
It may be a browser cache problem. I opened the incognito browser and it worked normally.
Please try clearing the cache or opening in an incognito window and see if issue persists