Known Issues

This is a page on site bugs that have been reported before. Please check this list to see if your bug has already been reported, before sending a new report!

404 error when hatching an egg, but the chick has spawned

  • This usually happens because you double-clicked the egg (which no longer exists after the first click)—typically on mobile, because the click guard has not been fully tested for mobile yet. Will refine the click guard sometime.

“Already claimed daily reward” even though you haven’t

  • Usually because of accidental double-clicking as well. Just implemented the click guard on the button + added an informative page that tells you what reward you got if you have already collected it. Waiting to see how well this fix has worked.

Unusual dragging behaviour on mobile for sortable UIs

  • The SortableJS library is far from perfect, and sometimes has issues when you drag items to the edge of a container, or when you’re dragging on a touchscreen (especially on iOS). Currently I am aware that tapping on interactive items inside a draggable element (e.g. a form field or a dropdown) will sometimes cause the item to get dragged instead, and am in the process of figuring out a fix.
  • Update: I've been told that some older versions of iOS may not support the same dragging events that are used by SortableJS. See if updating your OS fixes this issue.

"Can't move there" error message when moving maps, but the chicken moves anyway

  • This is also a double-clicking error so I've added the click guard there too and am looking out for responses.