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? 

 采纳的回答

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.

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 MATLAB Web App Server 的更多信息

产品

版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by