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.

making verge3D app accessible from the local network

Home Forums General Questions making verge3D app accessible from the local network

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

    Hi,

    I have followed the steps published in the official web page abour creating an app with verge3D and vue.js. Everything seemed to be working fine but when I try to access the app from my IP instead of “localhost” it doesn’t work. The browser console shows the message in the image attached.

    Why is this happening? am I missing something? What can I do to solve it?

    Thanks!

    • This topic was modified 11 months, 1 week ago by xsehio.
    Attachments:
    You must be logged in to view attached files.
    #63936

    Hi xsehio,

    Solution is that instead of HTTP you should use HTTPS. This is because window.crypto.randomUUID only runs when your domain is localhost, or when the request is via HTTPS.

    Chief 3D Verger | LinkedIn | Twitter

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