tijsverkoyen / CssToInlineStyles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very usefull when you're sending emails.
BSD 3-Clause "New" or "Revised" License
5.8k stars 187 forks source link

Laravel 9 - Password forgotten -> Error DOMDocument::loadHTML(): Argument #1 ($source) must not be empty #240

Open ghost opened 1 year ago

ghost commented 1 year ago

I have a problem with Laravel 9.48. When I go to Forgotten Password when logging in and enter my email address. and then the button "Send Password Reset Link" I get the following error message.

DOMDocument::loadHTML(): Argument #1 ($source) must not be empty

Can you tell me how I can fix this problem?

Bild1

error

stof commented 1 year ago

I would need a reproducer involving only CssToInlineStyles to be able to help you (if I don't know what is passed as input, I cannot help).