Skip to content

Cannot send messages since esendex-notifier v6.3 #50892

Closed
@raphael-geffroy

Description

@raphael-geffroy

Symfony version(s) affected

6.3

Description

Since I upgraded from esendex-notifier 6.2 to 6.3 I get an error message from esendex : "400 - No messages were supplied"
Untitled(4)

Profiler with 6.2 =>
Untitled(1)

Profiler with 6.3 =>
Untitled(3)

How to reproduce

  • upgrade the symfony/esendex-notifier in the composer.json to 6.3
  • run composer update symfony/notifier

Untitled
Untitled(2)

Possible Solution

As you can see in the profiler the "messages" is missing a dimension so it's serialized as an object instead of an array of objects.
So updating this =>
Untitled(5)
To this =>
Untitled(6)
Seems to do the trick :
Untitled(7)

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions