Route parameters not working 7.7.5 php project

I just updated and now my route isn’t working for a page called ticket.php.

The route is /ticket/:ticket and it was working just fine prior to the update. I updated and tested with the local development server in wappler and the ticket page is failiing to load, mainly because the query.ticket parameter is empty.

I checked and ac:route meta tag was missing from the page. Viewing the page code its not there at all. So I added it back

Hit save, it disappears immediately. Not sure what to do next. @Teodor mentioned a fix for routes in post: Query Params not working in new PHP routing not sure if it’s related.

The fix hasn’t been released yet:

I’m hoping this will be in the update on Thursday. I needed it sooner but have had to just manually change the file every time I save.

Maybe I misunderstood, but i just updated to the version with the fix.

Nm, i see the similarity, my app is from around 2021-22 and falls in line with your app and issue.