FroshPlatformTemplateMail icon indicating copy to clipboard operation
FroshPlatformTemplateMail copied to clipboard

Parameter value "salesChannelId" cannot be converted to "string".

Open develth opened this issue 8 months ago • 1 comments

PHP Version

8.2

Shopware Version

6.6.3

Plugin Version

3.0.4

Actual behaviour

Before Admin Login, request new Passwort (/admin#/login/recovery). There is an Error Thrown in FlowSubscriber::86 ($salesChannelId = $dataBag->getString('salesChannelId');):

Internal Server Error

Parameter value "salesChannelId" cannot be converted to "string".

Expected behaviour

Mail should be sent without Error

Steps to Reproduce?

Request new Admin-Passwort (/admin#/login/recovery).

develth avatar Jun 10 '24 15:06 develth