[Repeater] Admin pages won't load completely on dev server, everything loads fine on local
Created 6 years ago by robin

Trying to edit a page with a repeater field type seems to be not working correctly all the time.

When I'm loading my admin page on a local running server everything works fine: https://i.imgur.com/bws3PeY.jpg

When I'm loading the exact same page on an online dev server, the page loads incomplete: https://i.imgur.com/2w8ShqT.jpg

The bootstrap, public and storage folders are all writable on the dev server. I used composer dump-autoload, php artisan assets:clear, php artisan twig:clear but none of these commands helped..

What am I missing?