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
GitMate.io thinks possibly related issues are #10442 (Contact list broken layout), #4837 (Layout of error page broken), #6622 (Settings menu layout is broken), #6784 (Php error?), and #10241 (php segmentation fault on /public.php/webdav/).
From the sentry log it seems that some public pages like the calendar use 'public' as $renderAs parameter in the TemplateResponse constructor, which leads to loading the layout.public.php file. That should instead only happen if a PublicTemplateResponse is used. I'll look into it.
Not sure where that file is used, but it spams our sentry instance with quite some log messages:
https://github.com/nextcloud/server/blame/84c46dd3dd9a9b20d066ea704593a96ff0db0523/core/templates/layout.public.php#L33
https://github.com/nextcloud/server/blame/84c46dd3dd9a9b20d066ea704593a96ff0db0523/core/templates/layout.public.php#L3
https://github.com/nextcloud/server/blame/84c46dd3dd9a9b20d066ea704593a96ff0db0523/core/templates/layout.public.php#L38
@juliushaertl @danxuliu @skjnldsv as authors of the file. Which page is using this?
The text was updated successfully, but these errors were encountered: