Margarida Morais
Margarida Morais
I was testing sso authentication for admins using the same code as in the [keycloak test plugin](https://github.com/vendure-ecommerce/vendure/tree/master/packages/dev-server/test-plugins/keycloak-auth). On the first login it's creating the user. And after that I can...
Here's an improved version of the issue description: **Describe the bug** We followed the steps in the Vendure documentation to create a standalone script, which we were able to run...
**Describe the bug** This bug refers to some issues related to the configurations for customFields: 1. When defining a customField as readOnly, if I update a product in the admin...
**Describe the bug** I have multiple channels created in my backoffice. When I try to complete an order in a channel different from the default channel, the order fails when...
**Describe the bug** I'm trying to add a new button to the action bar in the sellers page. This is the code I have: ``` // dependencies import { addActionBarItem...