Blog update to 5.6.3 error in postSlug

  • After an updating my blog from 5.6.1 to 5.6.3 creates throws a 404. If I revert to Blog app 5.6.1 everything works as expected.


    All <perch:blog id="postURL" /> throws a weird link like:


    /news/20utc6-000000tuesday304806pm30utc-70000004820utc6-3048tuesday-07pmtue,%2020%20jun%202023%2019:48:00%20+0000f20utctue,%2020%20jun%202023%2019:48:00%20+000064867-pm000-btuesdaypm2023-06-20t19:48:00+00:00k-06pm06bpm-06pm6304800


    How did this happen?


    Blog post page path: /news/{postSlug}

    Slug format: {postTitle}


    My routing token in runway.php

    Code
    1. 'routing_tokens' => [
    2. 'blogslug'=>'[a-z0-9\-]+'
    3. ],

    PHP 8.2.21 is up to date

    Perch: 4.9


    Anyone else had this issue?