You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get multiple warnings/errors during install. See install log excerpts in the "Relevant log output" section below.
The webpage loads, but is unstyled...
I am not able to login with the 'admin' credentials provided after the install.
Also, selecting the new UI link results in a blank page.
This is my first install ever, so not very encouraging. Please help! Thank you.
Steps to Reproduce
First install attempt: sudo wget -qO install.sh https://get.inventree.org && sudo bash install.sh
Result: setup_2024-12-18_03_49_16.log
Problem as described above under "Describe the problem"
Uninstall (best guess, could find no guidance in docs)
Install yarn to address 'yarn: command not found' error in first install log sudo apt install yarn
Second install attempt: sudo wget -qO install.sh https://get.inventree.org && sudo bash install.sh
Result: setup_2024-12-18_17_03_37.log
Same problem as described above under "Describe the problem"
Relevant log output (from second install attempt)
error 1 excerpt:
/opt/inventree/env/lib/python3.9/site-packages/allauth/exceptions.py:9: UserWarning: allauth.exceptions is deprecated, use allauth.core.exceptions
warnings.warn("allauth.exceptions is deprecated, use allauth.core.exceptions")
Failed to set maintenance mode state
2024-12-18 17:04:09,195 WARNING Failed to set maintenance mode state
/opt/inventree/env/lib/python3.9/site-packages/allauth/exceptions.py:9: UserWarning: allauth.exceptions is deprecated, use allauth.core.exceptions
warnings.warn("allauth.exceptions is deprecated, use allauth.core.exceptions")
2024-12-18 17:04:14,243 INFO Backing Up Database: /opt/inventree/data/database.sqlite3
2024-12-18 17:04:14,244 DEBUG Backup size: 70.0 B
2024-12-18 17:04:14,244 INFO Writing file to default-Wagner-Engineering-2024-12-18-170414.dump.gz
/opt/inventree/env/lib/python3.9/site-packages/allauth/exceptions.py:9: UserWarning: allauth.exceptions is deprecated, use allauth.core.exceptions
warnings.warn("allauth.exceptions is deprecated, use allauth.core.exceptions")
2024-12-18 17:04:17,775 DEBUG Backup size: 86.0 B
2024-12-18 17:04:17,776 INFO Writing file to Wagner-Engineering-2024-12-18-170417.tar.gz
/opt/inventree/env/lib/python3.9/site-packages/allauth/exceptions.py:9: UserWarning: allauth.exceptions is deprecated, use allauth.core.exceptions
warnings.warn("allauth.exceptions is deprecated, use allauth.core.exceptions")
Failed to set maintenance mode state
2024-12-18 17:04:23,412 WARNING Failed to set maintenance mode state
error 2 excerpt:
# POI12| u | Applying report.0019_returnorderreport_metadata... OK
/opt/inventree/env/lib/python3.9/site-packages/allauth/exceptions.py:9: UserWarning: allauth.exceptions is deprecated, use allauth.core.exceptions
warnings.warn("allauth.exceptions is deprecated, use allauth.core.exceptions")
# POI12| u | Applying report.0020_stocklocationreport... OK
error 3 excerpt:
# POI12| u | Adding plugin sample static content# POI12| u | - /opt/inventree/src/backend/InvenTree/plugin/samples/static# POI12| u | /opt/inventree/env/lib/python3.9/site-packages/django/db/models/base.py:366: RuntimeWarning: Model 'company.company' was already registered. Reloading models is not advised as it can lead to inconsistencies, most notably with related models.# POI12| u | new_class._meta.apps.register_model(new_class._meta.app_label, new_class)
00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install'
t' was already registered. Reloading models is not advised as it can lead to inconsistencies, most notably with related models.# POI12| u | new_class._meta.apps.register_model(new_class._meta.app_label, new_class)
error 4 excerpt:
# POI12| u | Updating frontend...# POI12| u | Compiling frontend code...# POI12| u | Installing frontend dependencies# POI12| u | ERROR: InvenTree command failed: 'yarn install'# POI12| u | - Refer to the error messages in the log above for more information
final installation completion output:
# POI14| Setting up InvenTree site URL# POI15| Starting InvenTree# POI15| Started InvenTree# POI16| Printing Final message####################################################################################
This InvenTree install uses nginx, the settings forthe webserver can be foundin
/etc/nginx/sites-enabled/inventree.conf
Try opening InvenTree with either
http://localhost/ or http://20.57.155.162/
Admin user data:
Email: [email protected]
Username: admin
Password: O36Rw4qkB9upeeq8ARCq5xqCG2bkYGOnQ/NUU9EI0tk=
##################################################################################### POI17| Running postinstall script - done - Wed Dec 18 17:05:51 UTC 2024### Install done!
The text was updated successfully, but these errors were encountered:
Deployment Method
Describe the problem*
Using the scripted installer on Debian 11 VPS...
I get multiple warnings/errors during install. See install log excerpts in the "Relevant log output" section below.
The webpage loads, but is unstyled...
I am not able to login with the 'admin' credentials provided after the install.
Also, selecting the new UI link results in a blank page.
This is my first install ever, so not very encouraging. Please help! Thank you.
Steps to Reproduce
First install attempt:
sudo wget -qO install.sh https://get.inventree.org && sudo bash install.sh
Result:
setup_2024-12-18_03_49_16.log
Problem as described above under "Describe the problem"
Uninstall (best guess, could find no guidance in docs)
Install yarn to address 'yarn: command not found' error in first install log
sudo apt install yarn
Second install attempt:
sudo wget -qO install.sh https://get.inventree.org && sudo bash install.sh
Result:
setup_2024-12-18_17_03_37.log
Same problem as described above under "Describe the problem"
Relevant log output (from second install attempt)
error 1 excerpt:
error 2 excerpt:
error 3 excerpt:
error 4 excerpt:
final installation completion output:
The text was updated successfully, but these errors were encountered: