502 after using quick install on Ubuntu 20.04 #6109
Replies: 4 comments 9 replies
-
I've tried to fix the formatting in my post to no avail, apologies.. |
Beta Was this translation helpful? Give feedback.
-
@CaitlynMainer I think that this might be a bug in the installer - #6111 It looks like the installer has mostly finished, you may be able to fix this problem by running the following command (as either sudo or the inventree user): inventree run cli update Please let me know what happens when you run that |
Beta Was this translation helpful? Give feedback.
-
Hi, I have the same 502 error (and also the /etc/inventree/config.yaml file not created, /opt/inventree/data dir not created as well, the log is similar) using the single install command line on a fresh Ubuntu 20.04 Is there any workaround to fix this? Thank you! |
Beta Was this translation helpful? Give feedback.
-
Ok looks like this was related to Python version (3.8 instead of 3.9). Here is how I could run my 0.13.0 starting from a fresh up-to-date Ubuntu 20.04 server First running the Quick Install script
The Inventree http server should return a 502, let's go back to 0.12.8 version
You should now have an Inventree working on your http, but on 0.12.8 version
You have now 2 versions on python installed (3.8 and 3.9) and Inventree 0.13 requires the 3.9
Now let's choose the right version by default (choose the 3.9 in the list with it's number displayed)
Check python3 is on the 3.9.x version
Now we can update the Inventree to latest version (0.13.0 currently), then restart
You should have a working 0.13.0 fresh install |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, trying to install InvenTree via the quick install method on Ubuntu Server 20.04, and I get the following:
Beta Was this translation helpful? Give feedback.
All reactions