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.

HTML interface doesnt show up when I upload my app

Home Forums General Questions HTML interface doesnt show up when I upload my app

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #53660
    tsanni07
    Participant

    Hi there,

    The html interface I built in webflow is not showing up when I upload my app to the Verge3d network, however everything works fine when I preview it from the index.html link.

    I thought it was something to do with my interface so I created a new one and the issue still persists. Please help.

    https://cdn.soft8soft.com/AROAJSY2GOEHMOFUVPIOE:0b0f143623/applications/Tateossian_Bracelet/Tateossian_Bracelet.html

    #53674
    xeon
    Customer

    Hi there
    This is hard to diagnose but I have two guesses based on the console log errors.

    The console log reports a 403 error.

    The 403 (Forbidden) status code indicates that the server understood the request but refuses to authorize it… If authentication credentials were provided in the request, the server considers them insufficient to grant access.

    This is an issue with the webflow account, or how you are referencing those files from within Verge3d. Cross domain referencing is not allowed. If you going to use Webflow, you will want take the verge3d assets and place them in webflow and test in webflow.

    Alternatively, you can export the code from webflow and then create your own HTML/CSS and manage that inside your v3d app folder and upload it to the V3D servers and that will work too.

    Xeon
    Route 66 Digital
    Interactive Solutions - https://www.r66d.com
    Tutorials - https://www.xeons3dlab.com

    #53675
    tsanni07
    Participant

    Hi Xeon,

    Thank you for you reply. I exported the code from webflow and pasted the files in my v3d app folder as I have done in other tests before (which worked just fine) but it seems to issues now.

    I followed the steps in this video and in the past it has worked okay.

    Please let me know if there is something I can share to give you a better picture of the issue.

    Best

    #53676
    xeon
    Customer

    The link you have provided is failing on and SVG that is not in your folder or is not properly linked.

    The page that is loading is the default verge3d HTML page.
    You will want to verify you have uploaded the correct HTML page. Just a guess since the header on this page is the default V3D page I am guessing the page created in Webflow will be much different. Perhaps the link you sent is just to the old HTML and not the new one you created in webflow?

    Xeon
    Route 66 Digital
    Interactive Solutions - https://www.r66d.com
    Tutorials - https://www.xeons3dlab.com

    #53677
    tsanni07
    Participant

    Hi Xeon,

    No, the links are up todate and allfiles are properly linked since I last checked.
    This one works fine:
    http://localhost:8668/applications/Tateossian_Bracelet/index.html

    But when I upload to the v3d server it doesnt anymore. I even tried to recreated my interface in webflow incase I missed something the first time and still the issues persist.

    here are the links I get whenI upload:
    Direct link: https://v3d.net/8ok
    Index.html: https://v3d.net/8ou

    Thank you

    #53678
    xeon
    Customer

    You will need to use some dev tools to monitor the console log. See attached image. Your assets are not being loaded. See 403 errors.

    Attachments:
    You must be logged in to view attached files.

    Xeon
    Route 66 Digital
    Interactive Solutions - https://www.r66d.com
    Tutorials - https://www.xeons3dlab.com

    #53680
    xeon
    Customer

    A little more digging and you will find that many of the file have cross origin problems. Meaning they are files that are trying to be access from another site. You will need to move those files locally then go through the CSS and make sure they are pointing to the local files.

    Attachments:
    You must be logged in to view attached files.

    Xeon
    Route 66 Digital
    Interactive Solutions - https://www.r66d.com
    Tutorials - https://www.xeons3dlab.com

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