You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the symfony serializer component to save messages data in a database, the deserializer is not able to deserialize the DeduplicateStamp.
Error : Could not decode stamp: The type of the "key" attribute for class "Symfony\Component\Messenger\Stamp\DeduplicateStamp" must be one of "string" ("array" given).
I believe zenstruck/messenger-test#95 is related. Some lock stores prevent the key from being serialized. Actually, maybe not - I saw you're using symfony/serializer.
Uh oh!
There was an error while loading. Please reload this page.
Symfony version(s) affected
7.3
Description
When using the symfony serializer component to save messages data in a database, the deserializer is not able to deserialize the DeduplicateStamp.
Error : Could not decode stamp: The type of the "key" attribute for class "Symfony\Component\Messenger\Stamp\DeduplicateStamp" must be one of "string" ("array" given).
How to reproduce
Reproduction Repo : https://github.com/or-benjamin/Symfony-Messenger-DeduplicateMiddleware-Bug
Possible Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: