We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Trouble making the a verge + vue project accessible from the local network

Home Forums General Questions Trouble making the a verge + vue project accessible from the local network

Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #63899
    xsehio
    Participant

    Hi,

    I followed the steps for creating a verge3D + vue.js app. Everithing seemed to be working fine untill I tried to access the project using my local IP instead of “localhost”. When I do this, only the vue.js part of the app is displayed, but not the verge3D scene. I tried to use my ip executing the followind command:

    “npm run dev — –host <My_IP>”

    The browser console shows the following message: “Uncaught TypeError: window.crypto.randomUUID is not a function”.

    Am I missing something? What can I do to solve this?

    Thanks!

    #63901
    kdv
    Participant

    window.crypto.randomUUID is only available over HTTPS
    https://developer.mozilla.org/en-US/docs/Web/API/Crypto/randomUUID
    and at localhost

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.