question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Stuck on splash screen after update to latest v13

See original GitHub issue

https://github.com/frappe/frappe/blob/e883564789dec10e01778aa1589de3b60db59aac/frappe/public/js/frappe/desk.js#L315

desk.js:315 Uncaught TypeError: Cannot read properties of undefined (reading 'replace')
    at init.set_globals (desk.js:315:66)
    at init.load_bootinfo (desk.js:263:9)
    at init.startup (desk.js:46:8)
    at new init (desk.js:29:8)
    at frappe.start_app (desk.js:13:15)
    at HTMLDocument.<anonymous> (desk.js:24:9)
    at i (jquery.min.js:2:27151)
    at Object.fireWith [as resolveWith] (jquery.min.js:2:27914)
    at Function.ready (jquery.min.js:2:29707)
    at HTMLDocument.J (jquery.min.js:2:29892)

frappe.boot.sysdefaults.date_format seems to be not available on this instance.

App Version Branch Commit
erpnext 13.36.0 version-13 32ba8c7
frappe 13.36.1 version-13 e883564

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:12 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
sagarvoracommented, Jul 21, 2022

After updating to the patched version for Frappe (13.36.2+) and ERPNext (13.36.1+), affected users can identify the lost keys by executing following code in bench console:

old_keys = frappe.get_all("DefaultValue", filters={"parent": "__2fa", "defkey": ("not like", "%_otp%")}, pluck="defkey")
new_keys = frappe.get_all("DefaultValue", filters={"parent": "__default"}, pluck="defkey")
print(set(old_keys).difference(set(new_keys)))
0reactions
zerodiscountcommented, Jul 22, 2022

No change to encryption key. Pwd works fine without 2FA.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[SOLVED] Stuck on TWRP splash screen after trying to OTA ...
I installed PE on my mi 8 se and it was working fine then a OTA update arrived, i clicked install and it...
Read more >
My app stuck on splash screen (IOS 13 device) after updating ...
My app stuck on splash screen (IOS 13 device) after updating to xcode 11 without showing any error in logs !
Read more >
windows 10 stuck on loading screen after finishing installing ...
From the Lock screen, click on Power button. Press and hold the Shift key from the Keyboard and Click on Restart and try...
Read more >
Fix: Splash Screen After a Windows 10 Update - Appuals.com
In most cases being stuck at the Splash Screen is due to faulty Windows Updates.
Read more >
[Solved!] 10 Ways to Fix MacBook Pro Stuck on Loading Screen
1. Disconnect the peripherals & restart your Mac ... This is the easiest method and the first one which you should try if...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found