frontends
frontends copied to clipboard
[BUG] Invalid route scope for route store-api.shipping.method
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"
}
}
}
]
}
Expected Behavior
Shipping methods are available at checkout
Steps To Reproduce
No response
Anything else?
No response