Install imagemagik manually, the latest version (make sure you go to the " Install latest version of ImageMagick from the source code (for advanced and desperate users)" section: https://itsfoss.com/install-imagemagick-ubuntu
Only after all of this was I able to log on to the instance….
So after spending the entire day getting the dev instance up and running, I was pretty pleased…everything seems to be ok, except uploading avatars. Specifically, as a user I can upload an avatar and in the avatar upload box it shows correctly, but when I click save it just displays the placeholder avatar…..no errors in log…
this is quite important to me as I set up the dev instance to test a migration and one of those tests is that it gets avatars …so I want to make sure they work before going ahead with a test import.
Uploaded images in topics appear correctly, no issue
Make sure you are starting your local server with FORCE_HOSTNAME=localhost:4200 bin/ember-cli -u
It’s better to use a test instance in the cloud to mimic your final destination … in fact, I would recommend you test migrations in the cloud ultimately.
I’m so tired after spending the entire day getting this local dev environment to where it is, I can’t bring myself to think it was all pointless now thought I was there!
My thought process for a local dev environment was:
run the import script locally, backup discord, put it on the proper cloud production instance when all looks good…