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.

Can’t read from URL

Home Forums General Questions Can’t read from URL

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #52069
    johngrigni
    Customer

    I have an app that reads a bunch of data from various CSV files. It works fine when the files are in the same directory as the app, but not when they are hosted on my clients server. I keep getting this error shown in the attachment. They want to keep them on their server so they can easily update them. What are we doing wrong here?

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

    This is a cross-origin issue – the files must always be served from the same domain. So the .csv files must be present in the app folder on the server, so that the app can read them.

    Chief 3D Verger | LinkedIn | Twitter

    #52193
    johngrigni
    Customer

    I put the app on their website and I’m still getting nothing read in.

    https://joyasvillage.com/virtual/

    #52195

    the app by that link works normally for me :unsure:

    Chief 3D Verger | LinkedIn | Twitter

    #52206
    johngrigni
    Customer

    I should have been more specific – when you click on one of the circle icons it should bring up an image of a store with some clickable icons in it, and those icons should bring up products – the product information is what is missing.

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