Can't Create New Tag

Might be related to this

Latest update… sometimes can’t create new tags:

can you try to give a clear repro?

1 Like

Typical workflow:

Create new >> add title >> tab tab >> add tag (doesn’t show “create new”).

That’s not a clear repro, I can never repro doing this.

kk. i’ll work on providing a better example. maybe i can capture it on a screencap.

I recorded this:

1 Like

Have you checked on the browser console if there are errors when you can not create the tags?
Have you checked if they make new errors on the logs of the forum?
Can you see if it also happens in safe-mode?

2 Likes

Ok I think I have an idea what might happen here, something with « men »being present in every result. Should be enough to find a fix.

6 Likes

So what happening here is, that “men” tag is already created, but is not returned in the five results from the server request as not considered the most relevant.

This should fix it:

https://github.com/discourse/discourse/commit/5685b45fa6cf8606e7124640911ba86ad17d8f76

4 Likes