Hello Odoo Community,
I hope this message finds you well. I'm encountering a specific issue related to variant images and prices on my Odoo website. The problem is as follows:
ISSUE DESCRIPTION:
When logged in as an administrator, I can see that the variant images and prices update correctly on the product page of website when I click on different attribute values (as you can see in the link below):
However, when I try as a public user, the prices and images on the product page of website do not get updated(as you can see in the link below):
Log file - Administrator Case:
- 127.0.0.1 - - "POST /sale/get_combination_info_website HTTP/1.1" 200 - 77 0.033 0.042
- 127.0.0.1 - - "POST /web/dataset/call_kw/product.product/search_read HTTP/1.1" 200 - 149 0.059 0.070
- 127.0.0.1 - - "POST /sale/get_combination_info_website HTTP/1.1" 200 - 77 0.032 0.043
- 127.0.0.1 - - "GET /web/image/product.product/7724/image_1024/%5BST.TL.0043.44.45.Gr-LD-L18%5D%20Scrivania%20Gambe%20a%20T%20-%20Profondità%2080cm%20-%20M%20%28Finitura%20Struttura%20-%20Scrivania:%20Grigio%2C%20Finitura%20Top:%20Rovere%20Chiaro%2C%20Lunghezza%20-%20Scrivania:%20180cm%29?unique=eb64441 HTTP/1.1" 200 - 7 0.001 0.006
- 127.0.0.1 - - "GET /web/image/product.product/7724/image_128/%5BST.TL.0043.44.45.Gr-LD-L18%5D%20Scrivania%20Gambe%20a%20T%20-%20Profondità%2080cm%20-%20M%20%28Finitura%20Struttura%20-%20Scrivania:%20Grigio%2C%20Finitura%20Top:%20Rovere%20Chiaro%2C%20Lunghezza%20-%20Scrivania:%20180cm%29?unique=eb64441 HTTP/1.1" 200 - 7 0.005 0.004
- 127.0.0.1 - - "POST /web/dataset/call_kw/product.product/search_read HTTP/1.1" 200 - 149 0.049 0.07
Log file - Public User Case:
- 127.0.0.1 - - "GET /web/image/website/1/favicon?unique=68744b3 HTTP/1.1" 200 - 6 0.007 0.008
- 127.0.0.1 - - "POST /sale/get_combination_info_website HTTP/1.1" 200 - 61 0.024 0.048
- odoo.http: Session expired
- 127.0.0.1 - - "POST /web/dataset/call_kw/product.product/search_read HTTP/1.1" 200 - 1 0.001 0.001
- 127.0.0.1 - - "POST /sale/get_combination_info_website HTTP/1.1" 200 - 61 0.026 0.036
- odoo.http: Session expired
- 127.0.0.1 - - "POST /web/dataset/call_kw/product.product/search_read HTTP/1.1" 200 - 1 0.001 0.001
I see as main difference that in the public user case I have this message: "odoo.http: Session expired".
The version of odoo is equal to 16.
Your insights and guidance are highly appreciated. Thank you in advance for your assistance.