this post was submitted on 14 Apr 2026
12 points (100.0% liked)

PieFed Meta

4668 readers
63 users here now

Discuss PieFed project direction, provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics.

Wiki

founded 2 years ago
MODERATORS
 

When attempting to create a community with the URL c/MindfulMaverick, I encounter the error message: "[This name is in use already.]" However, no community by that name currently exists. It’s possible the system is incorrectly flagging a conflict with my username rather than an existing community. In fact, browsing https://piefed.zip/c/mindfulmaverick redirects me to https://piefed.zip/community/add_local, suggesting the name is not actually taken.

Also, there should be a dedicated flair for issues to help categorize and address such problems.

top 5 comments
sorted by: hot top controversial new old
[–] OpenStars@piefed.social 4 points 2 weeks ago

As to why there is no "issues" flair, one reason for that is that there is a separate community !piefed_help@piefed.social for that. I believe that you are welcome to use either one but the thinking may have been that there it is an "issue" whereas here it is a "question".

@rimu@piefed.social it may help to mention that other community explicitly in the sidebar, just so people are more aware that they have multiple options to choose from?

[–] asudox@lemmy.asudox.dev 3 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

Looking at the webfinger route handler, piefed most likely does not allow the same name for a person, group or feed.

https://codeberg.org/rimu/pyfedi/src/commit/d525ded112306a06a90310be7bac59064aff45fb/app/activitypub/routes.py#L95

It is stated that the user is looked up first, then the community and then the feed. So if you had a community named MindfulMaverick, it could not be looked up by webfinger, as the response would always be your user.

This could be solved by doing what lemmy does: querying all of them and seperating them in the webfinger response by type if they do exist.

[–] wjs018@piefed.wjs018.xyz 3 points 2 weeks ago

I am not a webfinger expert, but my understanding is that what lemmy does is not technically compliant and messes stuff up for some other software (relevant github issue).

[–] Skavau@piefed.social 2 points 2 weeks ago

I bought this up with feeds and community names clashing before and got told that it's hard to unravel.

[–] Skavau@piefed.social 3 points 2 weeks ago

Feeds also cannot share the same name as communities, unfortunately. But I don't see that. But I wonder if it also is the same for users...

Your username may be the problem.