Email or username:

Password:

Forgot your password?
Top-level
Matt Crawford

@Gargron One issue I have is precompile normally fails the first time. The 2nd time it claims everything is ok but when i reload the server everything is like that previous screenshot.

No comments
Eugen Rochko

@matt That would be the problem. It's probably running out of RAM. Maybe you need to stop mastodon-web and mastodon-sidekiq before running it. To make it realize it has work to do:

rm -rf public/packs

Go Up