meksONE #1

If someone still having issues of error 500 on Cyberpanel admin screen on 8090, here's an advice that may be useful:

  • check in /home/cyberpanel/stderr.log lastest messages;
    if you found "ImportError: cannot import name 'iscoroutinefunction' from 'asgiref.sync' (/usr/lib/python3/dist-packages/asgiref/sync.py)", then
  • sudo pip3 install --upgrade --force-reinstall asgiref
  • systemctl restart lscpd
    and you're (probably) done.

Hope i've helped someone :)

M.