I’ve created a new post and published it via github. It does show up in the weblog interface and I can preview it but it does not show up on my Multiple Post Landing Pages itself nor in pages with the {post-lists} etc. Any ideas, what I am doing wrong?
Ugh, sorry about that. There’s a caching process that shouldn’t retain old stuff for more than 60 seconds, but I’ll check to see if it’s gone awry or if something else is wrong. Definitely was not supposed to take an hour!
Hi, sorry, it’s me again. I am still struggling with posting new entries via github. They just do not show up for over an hour now. Interestingly, I’ve committed and pushed a changes in pages and other blog entries at the same time and those changes are reflected within the usual time span of a few 10 - 20 s. The github actions runs fine. Any clue?
Ah, yes, the engine tries to be pretty flexible with time formats and it can interpret most common ones (like ISO 8601, RFC 2822 or RFC 3339) but if it encounters something it can’t parse, it has a bit of a hard time. I do need to find a way to identify and handle that situation better (currently it just kind of panics and doesn’t handle it well at all, as you’ve seen).