Bug: Grocery fails to start when having database prefix setting on

Using CI4, I noticed that when I use in my .env the setting as below:

database.default.DBPrefix = ix // or any other prefix

GroceryCrud stops working.

I believe this is a bug. Is there a way to solve this, or should I not use prefixes ?