this post was submitted on 18 Jul 2023
3 points (100.0% liked)

Beehaw Support

2794 readers
1 users here now

Support and meta community for Beehaw. Ask your questions about the community, technical issues, and other such things here.

A brief FAQ for lurkers and new users can be found here.

Our September 2024 financial update is here.

For a refresher on our philosophy, see also What is Beehaw?, The spirit of the rules, and Beehaw is a Community


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.


if you can see this, it's up  

founded 2 years ago
MODERATORS
 

I was engaged in a conversation in the Technology community and both my post and any content in the community disappeared. I can still get to the post, but am unsure what happened. I’ve posted a screenshot showing the Technology community without any content.

top 10 comments
sorted by: hot top controversial new old
[–] ede@beehaw.org 4 points 1 year ago (3 children)

Here’s a link to the post. Oddly enough, it doesn’t show up in my profile either. It’s like it just doesn’t exist any longer.

https://beehaw.org/post/5367827

[–] apis@beehaw.org 3 points 1 year ago (1 children)

You sure you didn't accidentally hit a button to block that community?

If you're on Beehaw via browser, you can pull up any communities you've blocked by going to Settings, where there is a "Blocked" tab up at the top. You can undo any blocks in there.

[–] ede@beehaw.org 1 points 1 year ago

You nailed it. I have no idea how the heck that might’ve happened. I didn’t do anything that purposely should have caused that.

[–] Rhaedas@kbin.social 2 points 1 year ago (1 children)

I see it in your profile via Kbin, and when I click on the beehaw link I see the posts (not logged in of course).

[–] ede@beehaw.org 2 points 1 year ago (1 children)

I still don’t see it. I checked three machines at this point. Thank you for checking.

[–] Penguincoder@beehaw.org 2 points 1 year ago (2 children)

I'll look into this. Could you DM so we can discuss? Or reach out on Discord/Matrix.

[–] ede@beehaw.org 2 points 1 year ago

@apis figured it out. I somehow blocked the community without realizing I had done so. Thank you for the support, it’s very much appreciated.

[–] Zephyrix@beehaw.org 0 points 1 year ago

I think this is due to a broken nginx (or whatever reverse proxy you're using) configuration.

Doing a GET request to https://beehaw.org/c/technology with the header

Accept: application/activity+json, application/ld+json; profile="https://www.w3.org/ns/activitystreams",application/json

is giving me an HTML page instead of the expected JSON.

For comparison, here's what the same query responds with for lemmy.world (shortened since it's quite a long response):

{
	"@context": [
		"https://www.w3.org/ns/activitystreams",
		"https://w3id.org/security/v1",
		{
			"lemmy": "https://join-lemmy.org/ns#",
			"litepub": "http://litepub.social/ns#",
			"pt": "https://joinpeertube.org/ns#",
			"sc": "http://schema.org/",
			"ChatMessage": "litepub:ChatMessage",
			"commentsEnabled": "pt:commentsEnabled",
			"sensitive": "as:sensitive",
			"matrixUserId": "lemmy:matrixUserId",
			"postingRestrictedToMods": "lemmy:postingRestrictedToMods",
			"removeData": "lemmy:removeData",
			"stickied": "lemmy:stickied",
			"moderators": {
				"@type": "@id",
				"@id": "lemmy:moderators"
			},
			"expires": "as:endTime",
			"distinguished": "lemmy:distinguished",
			"language": "sc:inLanguage",
			"identifier": "sc:identifier"
		}
	],
	"type": "Group",
	"id": "https://lemmy.world/c/technology"
}
[–] mark@programming.dev 1 points 1 year ago

Works for me! I can even see all the upvotes you got with all the replies.

[–] mark@programming.dev 1 points 1 year ago

Works for me! I can even see all the upvotes you got with all the replies.