Fayçal Mitidji
Fayçal Mitidji
In my case it was cached routes, so just run: ``` php artisan route:clear ``` or ``` php artisan optimize:clear ```
> Some CloudFlare users had success with the approach mentioned here: https://www.reddit.com/r/jellyfin/comments/tqre98/jellyfin_media_player_v170_prerelease_4_updated/i2o3vpr/?context=5 Changing Cloudflare's caching setting to `no query string` resolved the issue for me as well 🎉
I can help translate to French and Arabic
There's no other solution than to completely remove user data directory / uninstall and reinstall ?
As a (not-so-great and hopefully temporary) workaround, I moved the category I wanted to move using jQuery after the editor was fully initialized: ```javascript setTimeout(function(){ $(".gjs-block-categories>div:last").prependTo(".gjs-block-categories"); }, 1000) ```
Can't seem to find it either