Session Start Failed : Notification settings not found

Continuing the discussion from Session Start Failed - Notification Settings:

after upgrading the ERP version from 12 to 13 we facing the above issues for some users after logging into the ERP

@rmehta is this bug? or need to update any user permission here?
@all is there any solution for this or any one faced this before?
solutions welcome :slight_smile:

Thanks in advance

1 Like

first, you need to delete this user and re-creat that user.

The problem may be that you have direct changed the database field.

Hope this can help.

This actually happens when create_notification_settings(self.name) doesn’t execute when a user is created.
Please check if you have overridden any User method in your custom app like after_insert. and make sure that when a user is created its notification_settings is also created.