Hi, Have been trying, for a while now, to get the new HEAK to work as an Azure Linux PHP 8.2 (Nginx engine) web app including My SQL database with no success.
Followed Microsoft tutorial for setting up a Laravel app + MySQL DB carefully, made configuration changes for example to change the startup directory from Laravel’s startup directory (wwwroot) to startup in the public directory (using an Nginx SSH terminal plus a startup script). Made sure that the Azure Laravel app’s environment variables match up with the HEAK .env file, and so forth.
By the way, if anyone would like to try the tutorial linked above, they can set up a free Azure account, follow the few tutorial steps. The HEAK can be deployed from a free GitHub account’s repository or directly uploaded by FTP (FileZilla). FTP credentials are found, once the app is set up, in the app’s deployment center of the Azure dashboard.
Have set up debugging logs which so far have not shed any light. Using Fire Fox developer tools shows errors like connection security HTTPS compromised by the HEAK calling to mixed content (HTTP to images), J Query not running before Liveware assets, etc. These unfortunately are not items I can fix since they are in the large HEAK package (11K+ files).
Checking the MySQL DB from MS Workbench, I can see that the HEAK startup wizard is working enough to construct and populate the DB tables.
While an SSL/HTTPS is applied in my Laravel app, I keep getting "not secure: mixed content (lock with red line, although if the SSL certificate is viewed in the security dialog, it is present).
The connection not secure HEAK wizard completes, but when I try to login to the HEAK dashboard, entering my email and password (that I had previously entered in the wizard), the dialog refreshes and entries are again blank, with no successful login.
Cannot get it working.
I wondered if anyone in the forum community had set up the new HEAK on an Azure Linux Laravel app and had suggestions to help me get the configuration correct. I suspect that in my attempts to get HEAK working on my Azure site that I am doing something wrong.
Any help appreciated. Thank you in advance for your help.
Best Wishes,