I am having problems with using my Odoo 15 shop with Chrome and iOS devices.
The "add to cart" button isn't working. When pressed the item isn't added to the cart. Works just as expected in Firefox...
This is a self hosted solution using a docker container.
Maybe I need to add stuff to this container, but this is all not 100% clear to me.
Pretty weird, so any pointers are more than welcome!
/Tue
Did some more testing and it seems to be related to a cache frontend (Varnish). When running directly against the Odoo container everything seems to work, buy when routed through the static file cache something goes wrong, and the dynamic "add to cart" button no longer works.
Any ideas?
When using Varnish i try to basically rely on whatever cache-control headers already supplied from Odoo, so everything looks similar.
When disabling user cache it seems to work everywhere, so some resources most require a shorter TTL.