Running Mastodon via Docker. I ran the build, migrate and asset generating commands.
When generating assets are no errors shown and they are placed in public/assets
When I open :3000 with a browser all assets are resulting in 404 Not Found. I rebuild them but it did not help.
Any suggestions?
Resolved:
docker-compose stop web
docker-compose rm web
y
docker-compose up -d
Assets loaded now.
Most helpful comment
Resolved:
Assets loaded now.