I am trying to run two Xojo Web Apps on AlmaLinux. They are using different ports, with the first app running fine, but the second app quits within a few seconds of launch logging a “symbol lookup error: : undefined symbol: Time_Lock” message to STDOUT and then quitting.
I am writing/debugging on Windows 2024 R3.1 and cannot run a remote debugger on the Linux box. I also do not have the luxury of quitting the first app right now to see if it is first come, first serve. Apart from getting a matching development environment, I am not seeing any searches that match any of this.
Are you running the apps directly or behind a reverse proxy?
Do you assign a domain name or you use the same one and only change the port?
Are you using https or just http?
Is the application identifier different?
May be obvious, but you are transferring the complete build folders to the server and not a full build folder for one and then just the binary for the other, correct?
I am going to close this, as I was able to shut down the first app this morning for a window and the second app will still not open, with the same error, so the original topic/problem is incorrect.