@eriner @PhoneBoy I guess you have your nginx pointing fe.* through to Mastodon, and the api ain’t working: https://fe.noagendasocial.com/api/v1/instance
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.)