I guess you've tried, but if you haven't - you should deploy static assets:
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
Also, it could be due to wrong permissions. In that case, you can try with:
chmod 755 -R pub/static
If this response was helpful to you, consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this issue