scandipwa / scandipwa

Next-generation front-end for Magento 2

Home Page:https://scandipwa.com/?utm_source=github&utm_medium=readme&utm_campaign=general

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

registration issue

Ylmzef opened this issue · comments

Steps to reproduce:
I get an error message "Internal server error" after completing and submitting the registration form.

Actual result

{
  "errors": [
    {
      "message": "Internal server error",
      "locations": [
        {
          "line": 1,
          "column": 35
        }
      ],
      "path": [
        "createCustomer"
      ],
      "extensions": {
        "debugMessage": "Deprecated Functionality: Creation of dynamic property Scandiweb\\GtmGraphQl\\Plugin\\ExtractCustomerDataPlugin::$orderCollectionFactory is deprecated in /xxxx/app/code/Scandiweb/GtmGraphQl/Plugin/ExtractCustomerDataPlugin.php on line 31"
      }
    }
  ],
  "data": {
    "createCustomer": null
  }
}