Since yesterday,when clicking on manual repo scan while loading a module to app store, nothing happens and I see the following error in browser console:
at odoo.define.__exports.Colibri.addListener.handler (web.assets_frontend_lazy.min.js:6494:84)
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Since yesterday,when clicking on manual repo scan while loading a module to app store, nothing happens and I see the following error in browser console:
at odoo.define.__exports.Colibri.addListener.handler (web.assets_frontend_lazy.min.js:6494:84)
Hi,
The error "TypeError: Cannot read properties of null (reading 'classList')" in web.assets_frontend_lazy.min.js during a manual repository scan in the Odoo App Store indicates that JavaScript is trying to access a property of a missing HTML element. This can be due to a missing or incorrectly loaded element, a timing issue where the JavaScript runs before the element loads, a conflict with a custom module, an Odoo core bug, or a caching problem.
To troubleshoot, first clear your browser cache and hard reload the page. Disable custom modules to check for conflicts. Use browser developer tools to inspect the HTML and look for missing elements or JavaScript errors. Examine Odoo server logs for related errors. Test in a clean Odoo environment if possible. If the issue persists, consider contacting Odoo support.
Hope it helps
Unfortunately this happens on https://apps.odoo.com/apps/dashboard/repos when I click on manual scan. The site belongs to Odoo so I don't have access to any log.
I have tried on 3 different browsers with the same behavior. BUT I have noticed that randomly it works and stops again. Maybe the DOM element is rewritten somehow? If you have access to this link in app store dashboard / repositories, can you confirm that is works from your side?
Thanks
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký| Bài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
|---|---|---|---|---|
|
1
thg 8 23
|
1805 | |||
|
6
thg 3 20
|
4668 | |||
|
0
thg 2 18
|
3986 | |||
|
1
thg 1 18
|
4678 | |||
|
1
thg 12 17
|
3949 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
Unfortunately this happens on https://apps.odoo.com/apps/dashboard/repos when I click on manual scan. The site belongs to Odoo so I don't have access to any log.
I have tried on 3 different browsers with the same behavior. BUT I have noticed that randomly it works and stops again. Maybe the DOM element is rewritten somehow? If you have access to this link in app store dashboard / repositories, can you confirm that is works from your side?
Thanks