Gitter got replaced by Slack. Please use following invite link https://slack.shopware.com to rejoin the awesome Shopware community! https://www.shopware.com/en/news/an-introduction-to-the-shopware-community-slack/
Hello there folks! I am trying to override a pah and display hello world but I can't see the changes, I am changing the route from the one that is on docs by default to: {% sw_extends '@Storefront/storefront/component/address/address-form.html.twig' %}
the folders are created accordingly in my plugin. Please help! :japanese_goblin:
I tried two ways:{% block component_address_form_company_vatId_input %}
<h2>Hello world!</h2>
<sw-text-field :copyable="false" :copyableTooltip="false">
Lorem ipsum dolor sit amet
</sw-text-field>
{% endblock %}
Text field inside the component and the component itself
/src/
folder
Hi. Does anyone know, if the Client credential authentication for the admin api is not working at the moment? The password authentication works fine.
When i follow the docs (https://docs.shopware.com/en/shopware-platform-dev-en/api/admin-authentication?category=shopware-platform-dev-en/api#client-credential-authentication-1) I always get the following error: "The user credentials were incorrect.". The client_id and client_secret were freshly generated in the backend.
Where you able to fix this @hendrikleyendeckers ? I have the same issue currently :/