this post was submitted on 11 Jun 2026
4 points (100.0% liked)
Lemmy Support
5070 readers
11 users here now
Support / questions about Lemmy.
founded 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Your instance is not configured properly.
curl -H 'Accept: application/activity+json' https://лемми.опенсорс.рус/c/rust_russhould return JSON data but it returns HTML. See the troubleshooting page and make sure you followed the setup instructions properly.You can also get help via Matrix.
I've fixed the Apache configuration to properly route requests with Accept: application/activity+json header to the backend, and updated all internal URLs in the database from the internal hostname to the public domain. Now the endpoint returns some JSON as you requested.
curl -H 'Accept: application/activity+json' https://лемми.опенсорс.рус/c/rust_rus
Good, I can fetch the community now from lemmy.ml and made a test comment.