Pin map shows small squares instead of actual pins?

I created a pin map report. Everything worked well with testing data. Pins showed up, hovering over the pin showed other metadata about the pin, etc.

Product goes live, pins don't show up anymore

Now it's just plain squares with no explanation on why ?

Hi @akhil
Because you are returning more than 1000 pins, which are then rendered server-side instead.
https://github.com/metabase/metabase/issues/4622 - upvote by clicking :+1: on the first post

Got it, thanks. Now I see another problem the data on server rendered side is also truncated to 2000 rows. How does one remove that?

@akhil Metabase has a limit of 2000 results, that is hardcoded:
https://github.com/metabase/metabase/issues/4564 - upvote by clicking :+1: on the first post