Git Product home page Git Product logo

Comments (5)

tw-auh avatar tw-auh commented on July 18, 2024 1

Thank you!
Seems I forgot to hit save after editing the URL in the .env-File.

It works now as expected.

from snipe-it.

welcome avatar welcome commented on July 18, 2024

πŸ‘‹ 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.

from snipe-it.

snipe avatar snipe commented on July 18, 2024

Per the issue template, please provide your app logs and the results of your browser console. https://snipe-it.readme.io/docs/getting-help

Snipe-IT Documentation
If you're having trouble setting up Snipe-IT, don't worry!

from snipe-it.

tw-auh avatar tw-auh commented on July 18, 2024

Browser Console:
browserconsole.log

create:1 Mixed Content: The page at 'https://snipeit.my-company.de/accessories/create' was loaded over HTTPS, but requested an insecure element 'http://snipeit.my-company.de/uploads/setting-logo-1-0vpUFEdDGj.png'. This request was automatically upgraded to HTTPS, For more information see https://blog.chromium.org/2019/10/no-more-mixed-messages-about-https.html
create:1015 Mixed Content: The page at 'https://snipeit.my-company.de/accessories/create' was loaded over HTTPS, but requested an insecure element 'http://snipeit.my-company.de/uploads/setting-logo-1-0vpUFEdDGj.png'. This request was automatically upgraded to HTTPS, For more information see https://blog.chromium.org/2019/10/no-more-mixed-messages-about-https.html
create:1 Mixed Content: The page at 'https://snipeit.my-company.de/accessories/create' was loaded over HTTPS, but requested an insecure script 'http://snipeit.my-company.de/vendor/livewire/livewire.js?id=90730a3b0e7144480175'. This request has been blocked; the content must be served over HTTPS.
create:1194 Uncaught ReferenceError: Livewire is not defined
    at create:1194:27
all.js?id=99df559d106d7c1da6beff663646d76f:1 jQuery.Deferred exception: Cannot read properties of undefined (reading 'hook') TypeError: Cannot read properties of undefined (reading 'hook')
    at HTMLDocument.<anonymous> (https://snipeit.my-company.de/js/dist/all.js?id=99df559d106d7c1da6beff663646d76f:1:795980)
    at u (https://snipeit.my-company.de/js/dist/all.js?id=99df559d106d7c1da6beff663646d76f:1:29995)
    at c (https://snipeit.my-company.de/js/dist/all.js?id=99df559d106d7c1da6beff663646d76f:1:30297) undefined
x.Deferred.exceptionHook @ all.js?id=99df559d106d7c1da6beff663646d76f:1
all.js?id=99df559d106d7c1da6beff663646d76f:1 Uncaught TypeError: Cannot read properties of undefined (reading 'hook')
    at HTMLDocument.<anonymous> (all.js?id=99df559d106d7c1da6beff663646d76f:1:795980)
    at u (all.js?id=99df559d106d7c1da6beff663646d76f:1:29995)
    at c (all.js?id=99df559d106d7c1da6beff663646d76f:1:30297)
create:1 Mixed Content: The page at 'https://snipeit.my-company.de/accessories/create' was loaded over HTTPS, but requested an insecure favicon 'http://snipeit.my-company.de/favicon.ico'. This request has been blocked; the content must be served over HTTPS.
all.js?id=99df559d106d7c1da6beff663646d76f:1 Mixed Content: The page at 'https://snipeit.my-company.de/accessories/create' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://snipeit.my-company.de/api/v1/manufacturers/selectlist?page=1'. This request has been blocked; the content must be served over HTTPS.
send @ all.js?id=99df559d106d7c1da6beff663646d76f:1
all.js?id=99df559d106d7c1da6beff663646d76f:1 Mixed Content: The page at 'https://snipeit.my-company.de/accessories/create' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://snipeit.my-company.de/api/v1/categories/accessory/selectlist?page=1'. This request has been blocked; the content must be served over HTTPS.
send @ all.js?id=99df559d106d7c1da6beff663646d76f:1
ajax @ all.js?id=99df559d106d7c1da6beff663646d76f:1
transport @ all.js?id=99df559d106d7c1da6beff663646d76f:1
o @ all.js?id=99df559d106d7c1da6beff663646d76f:1
e.define.n.query @ all.js?id=99df559d106d7c1da6beff663646d76f:1
(anonymous) @ all.js?id=99df559d106d7c1da6beff663646d76f:1
e.define.n.invoke @ all.js?id=99df559d106d7c1da6beff663646d76f:1
e.define.n.trigger @ all.js?id=99df559d106d7c1da6beff663646d76f:1
e.define.r.trigger @ all.js?id=99df559d106d7c1da6beff663646d76f:1
e.define.r.open @ all.js?id=99df559d106d7c1da6beff663646d76f:1
e.define.r.toggleDropdown @ all.js?id=99df559d106d7c1da6beff663646d76f:1
(anonymous) @ all.js?id=99df559d106d7c1da6beff663646d76f:1
e.define.n.invoke @ all.js?id=99df559d106d7c1da6beff663646d76f:1
e.define.n.trigger @ all.js?id=99df559d106d7c1da6beff663646d76f:1
(anonymous) @ all.js?id=99df559d106d7c1da6beff663646d76f:1
dispatch @ all.js?id=99df559d106d7c1da6beff663646d76f:1
m.handle @ all.js?id=99df559d106d7c1da6beff663646d76f:1

The storage/logs directory is empty, just a .gitignore file

from snipe-it.

snipe avatar snipe commented on July 18, 2024

If you're running this over TLS, make sure your APP_URL is set to use https:// instead of http://.

from snipe-it.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.