403 error when trying to open orders list in backoffice store
We are developing an Umbraco 8.18.3 site with Vendr 2.4.1 and Vendr checkout 2.1.2 in trial mode. It has some products with a cart and complete checkout process.
Until today we were able to view the orders panel but now we get a 403 error when we try to open the orders panel:
I am still able to view the other panels like the Carts and Discounts.
Hmm, I'm not quite sure, as really the list API's don't have any restrictions on them other than needing you to be logged in. It's only when you start to perform actions does it validate section access 🤔
403 error when trying to open orders list in backoffice store
We are developing an Umbraco 8.18.3 site with Vendr 2.4.1 and Vendr checkout 2.1.2 in trial mode. It has some products with a cart and complete checkout process.
Until today we were able to view the orders panel but now we get a 403 error when we try to open the orders panel: I am still able to view the other panels like the Carts and Discounts.
Any thoughts on what might be causing this error?
Thanks
Did you change any of users permissions recently?
No, we gave ourselves Commerce access when we first set up Vendr and the store.
Also made our own custom checkout so we uninstalled Vendr.Checkout but the error still occurs.
Hmm, I'm not quite sure, as really the list API's don't have any restrictions on them other than needing you to be logged in. It's only when you start to perform actions does it validate section access 🤔
Fixed the issue, just an ID10T error: I recently added a url rewrite and it was intercepting Vendr's order url.
Thanks for the help.
is working on a reply...