What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi everyone, we have a problem with our spryker aws environment. On local machine the checkout works

U01MSKQ5R50
U01MSKQ5R50 Posts: 1 🧑🏻‍🚀 - Cadet

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?

Comments

  • Thomas Lehner
    Thomas Lehner Support Engineer @ Spryker Posts: 289 🏛 - Council (mod)

    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.kroll
    s.kroll Posts: 118 🪐 - Explorer

    .. or the setup/environment in the AWS hosting uses a different environment than on your local machine?