After login only EPRNext Logo Appears instead of Desk

Dear Team, After login I get screen like below. kindly help.

share the error logs, please.

I dont get errors while bench update, backup restore and Migrate.

@Ram_Gopal_Rao

go to your frappe-bench directory Run bench restart

#bench restart

Done bench restart…but no luck…

try to login in incognito mode. if you use chrome browser than Ctl+Shift+n

tried… but no luck

share the logs in your firefox console.

https://mail.google.com/mail/u/0/#inbox/15fbef89fdab76c8 : Unable to run script because scripts are blocked internally. (unknown)
https://mail.google.com/mail/u/0/#inbox : Unable to run script because scripts are blocked internally. (unknown)
https://mail.google.com/mail/u/0/#inbox/15fedad1d8fa7ed5 : Unable to run script because scripts are blocked internally. (unknown)
https://mail.google.com/mail/u/0/#inbox : Unable to run script because scripts are blocked internally. (unknown)
https://mail.google.com/mail/u/0/#inbox/15ff20a366abc3cf : Unable to run script because scripts are blocked internally. (unknown)
https://mail.google.com/mail/u/0/#sent : Unable to run script because scripts are blocked internally. (unknown)
https://mail.google.com/mail/u/0/#sent/15ff20992d78590e : Unable to run script because scripts are blocked internally. (unknown)
XML Parsing Error: syntax error
Location: https://discuss.frappe.io/logs/report_js_error
Line Number 1, Column 1: report_js_error:1:1
SyntaxError: expected property name, got ‘{’ desk:46:16

those logs are for your gmail and this forum tabs, not for the ERPNext instance. can you clear your browser history and share the logs for the ERPNext not other tabs

SyntaxError: expected property name, got ‘{’ desk:46:16

Hi,
Try

bench build

Thanks

OSError: [Errno 2] No such file or directory

Make sure you will run form frappe-bench folder

@Ram_Gopal_Rao

run the following:

cd /home/frappe/frappe-bench
su frappe ( if you know the password type it, if not change it)
bench migrate
bench restart

see if is working

done bench migrate and then bench restart. Still facing same issue.

received below error for bench build.

frappe@erpnext:~/frappe-bench/apps$ bench build
Usage: bench [OPTIONS] COMMAND [ARGS]…

Error: No such command “build”.
frappe@erpnext:~/frappe-bench/apps$ cd …
frappe@erpnext:~/frappe-bench$ bench build
Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py”, line 64, in get_app_commands
app_command_module = importlib.import_module(app + ‘.commands’)
File “/usr/lib/python2.7/importlib/init.py”, line 37, in import_module
import(name)
ImportError: No module named erpnext_demo.commands
Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py”, line 64, in get_app_commands
app_command_module = importlib.import_module(app + ‘.commands’)
File “/usr/lib/python2.7/importlib/init.py”, line 37, in import_module
import(name)
ImportError: No module named slack.commands
Traceback (most recent call last):
File “/usr/lib/python2.7/runpy.py”, line 174, in _run_module_as_main
main”, fname, loader, pkg_name)
File “/usr/lib/python2.7/runpy.py”, line 72, in _run_code
exec code in run_globals
File “/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py”, line 94, in
main()
File “/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py”, line 18, in main
click.Group(commands=commands)(prog_name=‘bench’)
File “/home/frappe/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py”, line 716, in call
return self.main(*args, **kwargs)
File “/home/frappe/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py”, line 696, in main
rv = self.invoke(ctx)
File “/home/frappe/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py”, line 1060, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/home/frappe/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py”, line 1060, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/home/frappe/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py”, line 889, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/home/frappe/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py”, line 534, in invoke
return callback(*args, **kwargs)
File “/home/frappe/frappe-bench/apps/frappe/frappe/commands/utils.py”, line 17, in build
frappe.init(‘’)
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 158, in init
setup_module_map()
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 868, in setup_module_map
for module in get_module_list(app):
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 742, in get_module_list
return get_file_items(os.path.join(os.path.dirname(get_module(app_name).file), “modules.txt”))
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 700, in get_module
return importlib.import_module(modulename)
File “/usr/lib/python2.7/importlib/init.py”, line 37, in import_module
import(name)
ImportError: No module named erpnext_demo
frappe@erpnext:~/frappe-bench$

Hi @Ram_Gopal_Rao Did you fix it?

Hi, do you have this problem with latest updates?

Hi @NMyshuk I’m sorry but I’m still using the 7 version so I’ve just execute this commands.

bench get-app erpnext_demo GitHub - frappe/erpnext_demo: Deprecated with Version 7 (will work till v6)

bench --site {site} install-app erpnext_demo