Session Start Failed

Hello,
I have done multi-tenant setup, in that there are around 5 sites,When I created another site it works but when i do login it takes some time to reload and show the message

-Session Start Failed
“tuple index out of range”

The Error is as follows…
if (frappe.boot.status === ‘failed’) {
frappe.msgprint({
message: frappe.boot.error,
title: __(‘Session Start Failed’),
indicator: ‘red’
});
throw ‘boot failed’;
}

@Onkar_Mirajkar,

Check the console for the error traceback and share it here, The similar error was fixed try taking the latest update and try bench start.

Thanks @makarand_b it worked.