noblesocius
noblesocius
Can you please check your logs and see what kind of error pops up? I believe your issue is similar to #393. If so, kindly follow the fix mentioned there....
The nginx conf should be automatically created if you had filled the website name field inside install-script. Please provide more info and if possible, the nginx conf as well. Thank...
Hi @amin-bdf If this issue was solved, kindly consider sharing how you solved it and close this issue. If not, please provide more details so that the members of the...
Can you please try installing the exact version of werkzeug as required for Odoo v16.
> File "/usr/local/lib/python3.10/dist-packages/OpenSSL/crypto.py", line 1577 This where the issue lies. Can you try removing this package, OpenSSL, from the Python 3.10 environment and reinstalling it. So try this `rm -rf...
This error has occurred in other frameworks as well. You might have seen this but if not, [this](https://stackoverflow.com/a/73932621) is where I referred to.
Just found that this issue has occurred in the odoo official repo for version 15. Check [that](https://github.com/odoo/odoo/issues/99809) out too.
@khaledalrajeh If you've found this or any other solution helpful, kindly post it here so that others can make use of it. Please mark this issue as closed if solved....
> Maybe anyone can fix the scripts with this? Are these packages installed with the wrong versions by default? @reneniehoff Can anyone confirm if this actually works? @khaledalrajeh
Apparently, the requirements.txt for Odoo v16 currently specify the following: cryptography==3.4.8 pyopenssl==20.0.1 @Yenthe666 Can you bring this to the attention of someone that knows about the implications behind this? I'm...