[ADD] Odoo.sh: How to restart the online editor
There seems to be a common issue with the odoo.sh editor becoming unresponsive. See opw- 2375644, 2374388, 2367223 and 2367603
This commit is contained in:
parent
af7d307b76
commit
b9500b75b6
@ -43,3 +43,12 @@ Several community apps for Odoo list ``pycups`` as required dependency.
|
|||||||
We consider adding new system packages as long as they are indeed used.
|
We consider adding new system packages as long as they are indeed used.
|
||||||
Regarding ``pycups``, you won't be able to configure a printer in the local network of your Odoo.sh server.
|
Regarding ``pycups``, you won't be able to configure a printer in the local network of your Odoo.sh server.
|
||||||
|
|
||||||
|
|
||||||
|
The online editor is loading indefinitely
|
||||||
|
-----------------------------------------
|
||||||
|
|
||||||
|
If you can't access the online editor (either a white page, or a frozen loading screen),
|
||||||
|
you can restart it by opening a shell on the affected branch and running these two commands:
|
||||||
|
|
||||||
|
- rm ~/.jupyter
|
||||||
|
- pkill -9 jupyter
|
||||||
|
Loading…
Reference in New Issue
Block a user