There appears to be a bug in the Right Sidebar Blocks component on Safari (desktop and mobile), where it displays “invalid date” in the “upcoming events” panel on the right. It works fine in Edge, Chrome and Firefox:
I can’t repro this on safari. Does it work on /upcoming-events
route?
Thanks for helping me out with this - much appreciated!
Maybe I am doing something wrong, but I tried adding upcoming-events (and also tried /upcoming-events) but it’s not displaying the right-hand panel on that view? It’s showing in the categories I have specified though:
Upcoming events view:
It appears to be related to the specific event, as another event I just created displays fine. Will try to narrow it down..
OK - this is really odd.
I created a test event - and it displayed fine. Then I changed the date of this event to match the one that wasn’t displaying - and it also had the same problem - so it appears to be related to the date of the event.
The event in question runs from 3rd Feb 2026 to 5th Feb 2026. If I change it to the previous or following week it displays fine!
Then I tried extending the end date - and got this:
FWIW there’s another report of this in the plugin topic as well:
Any ideas for a workaround?
I don’t know of a workaround, but I can repro using an event date on the single digits of a month (eg 3rd July 2025). This marries up with the wonky ones you and @mpaulhac have given as examples.
From the look of the error in your screenshot above it seems to be dropping a ‘0’ in the single digit date (ie 2026-02-3) for some reason.
Thanks for the update - much appreciated! Hopefully a simple fix?
I can’t repro even with single digit, but I don’t understand why you don’t just define your date correctly?
Can you share the raw of your post (the markdown) where this event is defined please?
I’m just using the Create Event option in the circle-with-a-plus menu. Nothing manual.
[event start="2025-07-03 18:20" status="public" timezone="Europe/London" allowedGroups="trust_level_0"]
[/event]
[event start="2025-07-03 18:20" status="public" timezone="Europe/London" allowedGroups="trust_level_0"]
[/event]
There’s no single digit here, so what is the issue?
With this raw:
I don’t know what to tell you?
Something is happening to the date in that calendar graphic on the left that safari doesn’t like.
The error from the post higher up references a date with a 0 missing:
That’s the best I got.
I should have enough to fix, even blindly, will look thanks.
Ok that should fix it:
I’ve just updated and it works for me.
Works for me too! thanks so much for the fast response!