frontends icon indicating copy to clipboard operation
frontends copied to clipboard

[BUG] Invalid route scope for route store-api.shipping.method

Open kstala opened this issue 8 months ago • 0 comments

Current Behavior

While testing Frontends connected to the 6.7 instance, I encountered a strange problem with shipping methods at checkout, there are no shipping methods available. I checked the settings for shipping methods in the admin and there is nothing that would block their availability

{
    "errors": [
        {
            "status": "412",
            "code": "FRAMEWORK__ROUTING_INVALID_ROUTE_SCOPE",
            "title": "Precondition Failed",
            "detail": "Invalid route scope for route store-api.shipping.method.",
            "meta": {
                "parameters": {
                    "routeName": "store-api.shipping.method"
                }
            }
        }
    ]

}

Image

Expected Behavior

Shipping methods are available at checkout

Steps To Reproduce

No response

Anything else?

No response

kstala avatar Apr 15 '25 07:04 kstala