lthomasen β created an issue.
Using Drupal 9.5.11, I had the issue with WSOD when logging out. Log message said:
InvalidArgumentException: Cannot redirect to an empty URL. in Symfony\Component\HttpFoundation\RedirectResponse->setTargetUrl() (line 91 of C:\Users\blabla\Sites\mydrupalsite\vendor\symfony\http-foundation\RedirectResponse.php).
When looking inside the view that caused the problem, the paths were correct, but from the /admin/structure/views page, one of the displays in my view was listed as Page (/).
The reason the problem was created in the first place, was probably that I had messed to much with creating menu tabs in my view. Saving all page paths in the view displays as "Normal menu entry" finally cleared the missing path.
lthomasen β made their first commit to this issueβs fork.
Examples of having .webp and not having .webp in the url
I have just updated Open Social from social-11.4.11 to social-11.9.13 and are using private files. In my old installation upload destination for images was set to private files. However, with the update this has been reset to public files, and with the new image effect - "convert to webp" - these files can't be rendered, as access is denied for the generated image.
- Setting upload destination for an image to private files does not work. Convert to webp for private images still displays access denied.
- If I remove the "convert to webp" from the image style and flush the image style, the image style is rendered.
I therefore deduce that "convert to webp" is the problem. Has anyone found a solution?
I'm facing the same exact issue. Any updates or solutions?