OCA / web

Odoo web client UI related addons
GNU Affero General Public License v3.0
896 stars 1.84k forks source link

[12.0]PWA : 404 on service-worker.js #1826

Open flotho opened 3 years ago

flotho commented 3 years ago

Hi,

I have some strange logs when pwa module is available but not installed :

"GET /service-worker.js HTTP/1.1 - 404

Is it normal, it looks like it could cause some disconnection in the client side.

Thanks for your advice

legalsylvain commented 3 years ago

Looks weird. Did you tried to reproduce on runbot, uninstalling web_pwa module ?

flotho commented 1 year ago

Hi @legalsylvain , I faced the same logs in 14.0 even if the module is not installed : image

from your point of view could it cause timeout issue for the longpolling process ? I have tab browser freezing after a few moments and no specifics logs except this.

Regards