Hi everyone, we have a problem with our spryker aw...
# docker
h
Hi everyone, we have a problem with our spryker aws environment. On local machine the checkout works perfect but on staging there is an error on entering the payment step. Yves.CRITICAL: Symfony\Component\PropertyAccess\Exception\UnexpectedTypeException - PropertyAccessor requires a graph of objects or arrays to operate on, but it found type "NULL" while trying to traverse path "payment.paymentSelection" at property "paymentSelection". in "/data/vendor/symfony/property-access/PropertyAccessor.php::327 It seems that the dummy payment is just missing, but i can't find any differences in the configuration. Does know about issues like this?
p
You probably already doublechecked whether you are using 1:1 the same code both locally and on your AWS. Is there maybe something in the gitignore file that might be problematic?
s
.. or the setup/environment in the AWS hosting uses a different environment than on your local machine?