SendCloud / sendcloud

A Magento 2 module for Sendcloud
9 stars 21 forks source link

Error Element 'route', attribute 'method': The attribute 'method' is not allowed. #165

Closed ithuis closed 10 months ago

ithuis commented 10 months ago

Updated to latest version, now i get this error

The XML in file "/var/www/html/vendor/sendcloud/sendcloud/etc/frontend/routes.xml" is invalid: Element 'route', attribute 'method': The attribute 'method' is not allowed. Line: 7

SvanZui commented 10 months ago

@ithuis same issue here, I removed this part for now and it works again. @ivan-logeecom can you look in to this?

    <route id="sendcloud_support" frontName="sendcloud_support" method="POST">
        <module name="SendCloud_SendCloud"/>
    </route>
logeecom commented 10 months ago

Hello @ithuis

Thank you for reaching out.

Please note that our team will check this and we will update you with more information.

Best regards.

onepack commented 10 months ago

Same here. Frontend broken due to Sendcloud routes.xml

logeecom commented 10 months ago

Hey all, The attribute method is removed from the route element. The new version is uploaded to the marketplace and new version 2.0.26 is on GitHub.