Structure URLs not updating until entry is resaved.
Did this ever get fixed? I'm having the same problem now (2018) with v3.0.9
@emersonthis It was, but the actual URL updating occurs over a background task that is kicked off after saving the section. Make sure you don’t have any stuck/failed jobs in the queue. Updating to the latest version of Craft 3 probably wouldn’t hurt either.
Bingo. I had a queue of stuck background jobs. Raising the PHP memory_limit to 1024 solved it for me. Thanks!
On Dec 3, 2018, at 6:19 AM, Brandon Kelly notifications@github.com wrote:
@emersonthis https://github.com/emersonthis It was, but the actual URL updating occurs over a background task that is kicked off after saving the section. Make sure you don’t have any stuck/failed jobs in the queue. Updating to the latest version of Craft 3 probably wouldn’t hurt either.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/craftcms/cms/issues/1705#issuecomment-443725359, or mute the thread https://github.com/notifications/unsubscribe-auth/ABpeixfUDDyLeOcyyLzMdzLz4s-rcx37ks5u1TLXgaJpZM4NaInz.
Most helpful comment
Bingo. I had a queue of stuck background jobs. Raising the PHP memory_limit to 1024 solved it for me. Thanks!