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
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
Debug mode
Describe the bug
Its a new install everythings work exept the backup
Reproduction steps
...
Expected behavior
When i click genarate backup I get this error.
Screenshots
My .env file
APP_ENV=production
APP_DEBUG=true
APP_KEY=[mykey]
APP_URL=http://10.106.2.10
APP_TIMEZONE='America/Toronto'
APP_LOCALE='en-US'
MAX_RESULTS=500
--------------------------------------------
REQUIRED: UPLOADED FILE STORAGE SETTINGS
--------------------------------------------
PRIVATE_FILESYSTEM_DISK=local
PUBLIC_FILESYSTEM_DISK=local_public
#PRIVATE_FILESYSTEM_DISK=s3_private
#PUBLIC_FILESYSTEM_DISK=s3_public
--------------------------------------------
REQUIRED: DATABASE SETTINGS
--------------------------------------------
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=snipeit
DB_USERNAME=snipeit
DB_PASSWORD=[mypassowrd]
DB_PREFIX=null
DB_DUMP_PATH='C:\Program Files\MariaDB 11.3\bin'
DB_CHARSET=utf8mb4
DB_COLLATION=utf8mb4_unicode_ci
Snipe-IT Version
Version v6.3.4 - build 13139 (master)
Operating System
Windows server 2022
Web Server
IIS
PHP Version
php-8.0.30-nts-Win32-vs16-x64
Operating System
Windows
Browser
Firefox
Version
124.0.2 (64 bits)
Device
No response
Operating System
No response
Browser
No response
Version
No response
Error messages
Additional context
the only wired bug that i get when installing is my APP_URL
when I put APP_URL=10.106.2.10. It redirect me to http://10.106.2.10/10.106.2.10/setup.
So i put APP_URL http://10.106.2.10 and now its working
Sorry for my bad engilish
The text was updated successfully, but these errors were encountered: