In debugging why the production server isn't successfully loading new articles, I ran across these two errors:
a missing migration - didn't seem to be critical but better to do now
Some deleted code that wasn't completely deleted - old fields to "accept marketing mail" were deleted in the user model but not in the admin page for the user model, thus, the admin page for the user model wouldn't load
In debugging why the production server isn't successfully loading new articles, I ran across these two errors: