I have spent the better part of the last few days working on cleaning up the “spider” code that handles grabbing meta data from a post when sharing it as a link in the post editor. Code that works just fine locally running on CommandBox fails in production. Originally I thought it might be a case of OpenJDK vs Oracle, but upgrading the JVM on production didn't help.
After a bit more consideration, it is probably a case of WAFs blocking the DO ip blocks. Not much I can do about that aside from cleaning it up as much as I can.
The next thing to focus on will be getting account creation working.