Description of the issue:
The online grocery store https://kolonial.no I’m using doesn’t work correctly with Brave. When I click an item to add it to the cart, the operation hangs.
EDIT: This issue appear in the beta version only, not in the official version.
Steps to Reproduce (add as many as necessary): 1. 2. 3.
- Log in to https://kolonial.no
- Select an item
- Click “Buy”.
Since this requires an account it’s not that easy for the developers to troubleshoot, but I’ll do my best to assist.
Actual Result (gifs and screenshots are welcome!):
The operation to add the item to the cart hangs.
Expected result:
The item is added to the shopping cart.
Reproduces how often:
Always
Brave Version(about:brave):
Version 0.59.21 Chromium: 72.0.3626.28 (Official Build) beta (64-bit)
Reproducible on current live release (yes/no):
Yes, on beta.
Additional Information:
When I click “Buy” on the item to add it to the shopping cart, I see this message in the console:
VM133:1 POST https://kolonial.no/handlekurv/products/ 403 (Forbidden)
(anonymous) @ VM133:1
send @ a7dbc21598b8.js:5
ajax @ a7dbc21598b8.js:5
(anonymous) @ 890f6171dd6c.js:67
setTimeout (async)
ProductListController.addItems @ 890f6171dd6c.js:67
(anonymous) @ 37445c199813.js:831
ProductListController.addToListClicked @ 890f6171dd6c.js:98
(anonymous) @ 37445c199813.js:831
dispatch @ a7dbc21598b8.js:5
r.handle @ a7dbc21598b8.js:5
Might it be that Brave is blocking some traffic, causing the Browser not to get the data it needs (maybe an authentication token) to include in the POST call?