Forums
(@rockey75)
1 year, 6 months ago
Turns out it was an SSL issue. I added
$_SERVER['HTTPS'] = true;
To the top of wp-config.php, which resolved the issue