Page 1 of 1

Inconsistencies on line verses local version.

Posted: Mon Jun 24, 2024 2:17 am
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

Re: Inconsistencies on line verses local version.

Posted: Fri Aug 30, 2024 12:55 pm
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.).