chp
chp
I have that as well, seems to be the case if the user is already logged in on the phone.
I have this error as well, does it mean I can ignore it?
Is the print statement the only problem here?
One can hack around this with ``` python from haystack.utils import app_loading _original_models = app_loading.haystack_get_models def hacked_get_models(label): return list(_original_models(label)) app_loading.haystack_get_models = hacked_get_models ```
I did overwrite `https://djoser.readthedocs.io/en/latest/settings.html#email` and within it just the send method: ```python def send(self, to, *args, **kwargs): if not self.context['user'].is_active: super().send(to, *args, **kwargs) ```
Is there an update on this one or would you explain that error a bit more in detail please.
Maybe I'm missing something but I only see an array of non-explanining messages: E.g. can you point me specifically to the documentation of the aformentioned `ESTIMATED_LOSS_GREATER_THAN_MAX_IMPACT` error?
Please update the documentation as well. It'll save the next dev after me hours of frustration.