V8 POS stuck in Master Data Syncing

Help! I got this console error when running POS in V8. Offline POS does not load. How to fix?

Uncaught ReferenceError: _ is not defined
    at eval (eval at frappe.template.compile (desk.min.js:241), <anonymous>:4:258)
    at Object.frappe.render (desk.min.js:242)
    at Object.frappe.render_template (desk.min.js:244)
    at Object.<anonymous> (<anonymous>:1602:15)
    at Function.each (jquery.min.js:2)
    at Class.make_item_list (<anonymous>:1600:6)
    at Class.make (<anonymous>:1020:8)
    at Class.setup (<anonymous>:992:8)
    at Class.create_new (<anonymous>:965:8)
    at <anonymous>:703:7

Are you on the latest version of Frappe Framework & ERPNext?

yes.

Installed Apps

ERPNext: v8.0.29 (master)

Frappe Framework: v8.0.47 (master)

Hi @airzoink,

Do you have any local changes? In which step you getting above error?

@rohit_w
Apart from doing bench updates. I cleaned up some private files folder and changed innodb_buffer_pool_bytes_data to 10G.

When i try to access POS module. It hangs and does not load.

Hi @airzoink

I have identified and fixed the issue, soon we’ll release it

Thanks, Rohit

1 Like

Hi Rohit,

Hope you are doing well, I have the same issue when I go to POS it gets stucked, I just updated to the lastest version

Installed Apps

ERPNext: v8.2.3 (master)

Frappe Framework: v8.2.5 (master)

But the problem is still there, do you have any suggestions?

The console output is:
Uncaught ReferenceError: _ is not defined
at eval (eval at frappe.template.compile (desk.min.js:241), :4:258)
at Object.frappe.render (desk.min.js:242)
at Object.frappe.render_template (desk.min.js:244)
at Object. (:1649:15)
at Function.each (jquery.min.js:2)
at Class.make_item_list (:1647:6)
at Class.make (:1037:8)
at Class.setup (:1009:8)
at Class.create_new (:976:8)
at :715:7

Hi,
I fixed the issue by clearing the cookies on my browser.Thanks anyway.