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
Updated: 12/5/24
Thank you for the clear explanation of the issue, I understand now.
Clark
Inconsistencies on line verses local version.
Inconsistencies on line verses local version.
Last edited by cgetty on Fri Dec 06, 2024 4:04 am, edited 1 time in total.
Re: Inconsistencies on line verses local version.
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.).
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.).