79581769

Date: 2025-04-18 21:44:52
Score: 1
Natty:
Report link

The error "Failed to construct 'URL': Invalid URL" indicates that the URL constructor is passed an invalid string. Maybe setCoverImagePath() passes the string containing the custom protocol as path argument to new URL()? In that case, you'd have to find an alternative implementation to set the image path, without using new URL().

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Hans Spieß