While running metabase locally with yarn dev
this api seems to be infinitely called, but while running the app in container it seems fine
The api call is initiated from this file
Is there a fix to this issue ?
While running metabase locally with yarn dev
this api seems to be infinitely called, but while running the app in container it seems fine
The api call is initiated from this file
Is there a fix to this issue ?
I am on [v0.46.6.4]
has the DB finished syncing? I'm guessing it has not and that's why it's doing that call
The sample database seems to be in forever syncing state, I have manually stopped it and it solved the issue