Problem/Motivation
Error: Call to a member function get() on null in Drupal\dbb\Controller\NodeRedirectController->handlePayload() (line 183 of /app/web/modules/contrib/dbb/src/Controller/NodeRedirectController.php)
Proposed resolution
Add debugging to see the flow and fix the error.
Comments
Comment #4
alex.mazaltovThe problem was that in the code there was no exception to handle payload gets from Facebook custom payload like [postback_welcome] [start].
Comment #5
alex.mazaltov