You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2025. It is now read-only.
Apparently its not a required form component to fill out the address of a created order. If you dont do it, it redirects you to the preview page and crashes with an error "return value must be of type string, null returned" in Sylius\Bundle\AddressingBundle\Twig\CountryNameExtension due to the template trying to render the uninitiated address.
Apparently its not a required form component to fill out the address of a created order. If you dont do it, it redirects you to the preview page and crashes with an error "return value must be of type string, null returned" in
Sylius\Bundle\AddressingBundle\Twig\CountryNameExtensiondue to the template trying to render the uninitiated address.