Creating a new Topic users reported a "Not Found" overlay

Some of the users of my forum had reported that when creating a new topic they got an overlay that just said “Not Found”.

This issue seemed to just go away, however I’d like to know why it happened and how I can prevent it in the future.

1 Like

Hmmm do you have any custom plugins installed?

2 Likes

The following plugins are installed:

discourse-adplugin 1.0.2
discourse-patreon 2.0
docker_manager 0.1

A user reported that the issue happened again last night. Right now I cannot reproduce it.

I found the bug, it seems to be triggered when a user makes a poll (Number Type), and the min value is 0 or less.

02%20PM

3 Likes

Thanks. I’ll fix it.

5 Likes

@nbianca can you make sure we show the proper error back to the user?

Also, I don’t know if we should allow negative values but I think 0 is fair for min.

2 Likes

Fixed in

https://github.com/discourse/discourse/pull/6740

4 Likes