So, we have moved from a localhost development to a live server for further developments. Prior to moving to a live server, simbrief API works flawlessly, generates OFP, and it outputs the page with the simbrief data.
However, now moving to a live server, we fill out the details for simbrief, departure, arrival, aircraft type, and any other details. We clicked on the generate button, and the pop-up window for Simbrief showed. It successfully generated the flight plan, and the pop-up closed. However, the page didn’t get reloaded as it should have reloaded with the Simbrief OFP ID encoded in the URL, but it never did.
Taking a look at the debugger after the Simbrief pop up closes, (URL has been redacted), this is what I got in my debugger for the URL
https://*********/pages/flights/simbrief.apiv1.php?js_url_check=1705463773_9EEA465C66&var=fe_result&p=9987971
And the response was
var fe_result = “false”;
The PHP file and the JS is in the same directory.
Any advice on what I should look into and how to correct this?
Thanks!
Kyle