@PhoneBoy Huh. All of the proxied requests are returning an HTTP 526 error.
Maybe @alex can clue me in as to what is going wrong here? The FE is delivered as static content only, so I don't have any server-side logs to go off of. I've tried updating Soapbox, restarting nginx to force cache clear, and clearing cache in my browser.
That’s something that needs to be fixed on the nginx side.
(If you’re feeling brave enough to do a custom build, you could also compile it like NODE_ENV="production" BACKEND_URL="https://noagendasocial.com" yarn build and it would hardcode the URL in the build, pointing all API requests to the main site.)
@alex It seems to be working fine if the session is authenticated. On the browser I'm posting this from, I can load it fine just fine because I'm authed already. Non authenticated browsers return 526.
Nothing about the nginx or server configuration has changed in a long while, at least unless it's become sentient and is doing stuff on its own.
@alex@PhoneBoy all fixed now. I had forgotten to add the fe subdomain to the autorenew list and the custom 500 error page obscured the cert expiry error. Thanks @alex, sorry to bother you. I swear I'm not always this retarded.