Open dawidwi2004 opened 1 month ago
👋 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.
The demo runs the same code as is on master, so the code isn't missing. Also it's in the repo:
This is usually a configuration issue related to your APP_URL, but without more detail, I'm not sure what's going on with your installation. What are the errors in your browser console?
GitHubA free open source IT asset/license management system - snipe/snipe-it
GitHubA free open source IT asset/license management system - snipe/snipe-it
I apologize for the confusion, by refrencing the demo i only meant the css/js styling of the webpage.
I did read on the Common Issues page that the APP_URL could be the cause of the issue, although the APP_URL is the same as the DNS entry used to navigate to the page.
The all.js and all.css are also present in wwwroot/snipeit, but it seems like the page can't read the content of the CSS and JS files.
There are no errors present in the browser console, only this warning: "Error with Feature-Policy header: Unrecognized feature: 'document-domain'.
Is there more detail you could need?
Debug mode
Describe the bug
CSS/JSS missing from webpage and DevTools > Sources
Reproduction steps
Navigate to Snipe IT in browser (I've tried both IE and Google Chrome)
Expected behavior
Webpage with same UI as Snipe IT demo
Screenshots
Snipe-IT Version
7.0.13
Operating System
Windows
Web Server
IIS
PHP Version
8.3.11
Error messages
Additional context
Fresh install
Windows server 2019, IIS
Manual installation
Followed this guide. Error with
composer install
which was solved with enabling zip-extension in PHP.No