Inconsistencies on line verses local version.

Basic Issues for CrossUI
Post Reply
cgetty
Posts: 15
Joined: Tue Feb 06, 2024 7:17 pm

Inconsistencies on line verses local version.

Post by cgetty »

I installed version 2.52 on my local PC about a week ago. I ran my source code using the on line version I always experienced consistent results running the program previously.

This is the on line version I used https://www.crossui.com/RAD/

When I develop this app it works good on my desk top and after I deploy it. http://hotchick.atwebpages.com/elpadx/

When I load the same source from my app to the one line version it stopped working, It seemed to be working last week on the on line version.
Example link here of online version

The main thing that stopped working was the ability to read a json file. http://hotchick.atwebpages.com/elpadx/data/data.json

if you look at the online version program name "elmo ross food truck menu editor" you will see 3 buttons. Bushing the middle button "Load current Data from web" you will see the code that I'm using (this code works fine on my local PC).

Can you assist me with this issue?

A thought, in the "Actions Editor" I'm using "Read Text form URL" is that correct?

Thanks Clark
linb
Site Admin
Posts: 11
Joined: Thu Jan 25, 2024 4:40 pm

Re: Inconsistencies on line verses local version.

Post by linb »

The error is "net::ERR_CERT_AUTHORITY_INVALID", which means that the JSON file cannot be read across domain.
When you use desktop version, the app will read it from local machine (The server where your JSON file is located does not consider it a cross-domain access.).
Post Reply