It looks like this got solved, thanks so much!
Single slashes are unsurprisingly busted as well. #counter/weight is a broken tag.
I tested this out based on the regex in that error, all of the errant double-hash tags are similarly broken in general, working on profile.
binary
It seems that I managed to make a tag that behaves strangely (#total//effect). Presumably judging by that regex in the error (Expected "tagSlug" to match "[^\/#\?]+?") tagged search doesn't like the slash.
https://cohost.org/rc/tagged/total%2F%2Feffect
Curiously, though, it works fine as a profile-specific tag:
https://cohost.org/binary/tagged/total%2F%2Feffect
Not sure what the remedy here is. Don't allow tags with illegal characters to be created maybe? I don't know if that's the intention even, haha.
2 people have this problem