Why does my MATLAB Web App Server return a "Wrong Platform" when uploading a MATLAB Compiler's Web App?

I recently created a Web App using the MATLAB Compiler and have uploaded the "CTF" to my MATLAB Web App Server on another machine. The "CTF" file uploaded without error, however when navigating to the home page of my Web App Server, I receive a "Wrong platform."
What is the cause of this and how do I resolve this? 

 Accepted Answer

The "Wrong platform" message indicates that the platform on which the application was compiled in not compatible with the platform on which you are deploying the Web App. Please make sure that you are deploying your Web App on the same platform on which it was compiled (Linux->Linux, Windows->Windows, etc.).
If you are unsure of which platform your app was compiled using, you can unzip your CTF archive and check the metadata. There should be a field called "platform" which lists the platform on which your app was compiled.

More Answers (0)

Categories

Find more on MATLAB Web App Server in Help Center and File Exchange

Products

Release

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!