Why do I get 404: component not found error when calling a function from MPS?
Show older comments
I am using MATLAB Production Server using Microsoft Azure. I create the deployable archive MATLAB function using productionServerCompiler. I then try to call the function by using POST and GET. When I use GET, I am receiving a 404 error stating that the component was not found. I looked up this error message using this MathWorks Documentation page:
This states that this error message is appearing because the CTF archive was not found. I made sure that the deployable archive (CTF) was located in the auto_deploy folder of the running server instance as mentioned here:
I am compiling the archive using MATLAB R2020b. Why is the archive not being found, and how can I resolve this issue?
Accepted Answer
More Answers (0)
Categories
Find more on Deployable Archive Creation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!