When I try to open the frappe crm portal page it is not opening. @NCP do you have any idea on this
No idea!
It’s worked properly from myend.
open the console log and check the error.
GET http://3.x.1xx.2x:8000/assets/crm/frontend/assets/index-530b068f.js net::ERR_ABORTED 404 (NOT FOUND)
this is what im getting in the console
try the command:
bench --site sitename clear-cache
bench --site sitename clear-website-cache
bench --site sitename migrate
bench build --force
@NCP I am getting the same issue here , i have installed the frappe-crm in my site but when I try to access the frappe-crm portal through the site it is giving me an 500 error, I don’t know what is the exact issue here. Can you please help me with this ??
Error:
Traceback (most recent call last):
File “apps/frappe/frappe/website/serve.py”, line 20, in get_response
response = renderer_instance.render()
^^^^^^^^^^^^^^^^^^^^^^^^^^
File “apps/frappe/frappe/website/page_renderers/template_page.py”, line 84, in render
html = self.get_html()
^^^^^^^^^^^^^^^
File “apps/frappe/frappe/website/utils.py”, line 530, in cache_html_decorator
html = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File “apps/frappe/frappe/website/page_renderers/template_page.py”, line 95, in get_html
self.update_context()
File “apps/frappe/frappe/website/page_renderers/template_page.py”, line 160, in update_context
self.pymodule = frappe.get_module(self.pymodule_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “apps/frappe/frappe/init.py”, line 1433, in get_module
return importlib.import_module(modulename)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.12/importlib/init.py”, line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “”, line 1387, in _gcd_import
File “”, line 1360, in _find_and_load
File “”, line 1331, in _find_and_load_unlocked
File “”, line 935, in _load_unlocked
File “”, line 995, in exec_module
File “”, line 488, in _call_with_frames_removed
File “apps/crm/crm/www/crm.py”, line 9, in
from frappe.locale import (
ImportError: cannot import name ‘get_date_format’ from ‘frappe.locale’ (unknown location)