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 made from puzzles work well but not on my client website

Home Forums General Questions html interface made from puzzles work well but not on my client website

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #78465
    Nathan Arditti
    Customer

    Hi, I made a table configurator using puzzles. It works fine, except on my client’s website. The HTML interface isn’t working there. I’m stressed because it’s an important client. Any help is appreciated!

    this is the link to my client website configutator : https://www.tablacasa.com/configurator/

    this is the link to the 3D configurator : https://v3d.net/13qe

    I think the main issue is me (lol) but I’m so bad at coding that I had to make it using puzzles.
    Thanks in advance for you help !

    Attachments:
    You must be logged in to view attached files.
    #78499
    xeon
    Customer

    I would recommend opening the Developer Tools in chrome and looking at your client site. You will see some errors that will lead you to the solution more than likely.

    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

    #78501

    Hi Nathan,

    It looks you encountered the cross-origin issue. See this topic for possible solutions.

    Chief 3D Verger | LinkedIn | Twitter

    #78503
    kdv
    Participant

    The HTML interface isn’t working there

    if you upload your app to the client’s server the problem will be gone.

    Puzzles and JS coding. 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 the meaning at all.

    #78918
    bigmike814
    Customer

    Your clients web admin should be able to get that working for you. It looks like they use a router to call file paths. If you’re not good, with code, just let them handle it. You can open up a can of worms if you don’t know what you’re doing.

    If you absolutely must figure it out, check out the framework documentation. You’ll have to tell the URL dispatcher (django router I suppose) what the file path is and link it to https://www.tablacasa.com/configurator/. Check the link below for the framework documentation. It’s a python based framework, so it shouldn’t be too hard to figure it out.

    https://docs.djangoproject.com/en/5.1/topics/http/urls/

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