[SOLVED] Calling Metabot from Slack Leads to Memory Quota Exceeded

Hey I’m trying to integrate metabase with my company’s slack app. Am able to successfully add the API token to metabase but cannot interact with the bot on slack.

The bot is completely unresponsive when calling it in slack, checking the Heroku logs it shows “Error R14 (Memory quota exceeded)”

I am running Metabase v0.30.4 on a free heroku instance having followed the steps in the “getting started” guide.

Anyone have success with this?

Can you try on a server which has higher memory? I think that you need to figure out your minimum memory requirement.

That seems to be the fix, thanks!