We have been getting an HTTP status of 410 in production since our deployment, not in DEV
Following the directions, I re-trained then published and I still get the error 410
The URL works if we put staging=true as shown below:
https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/APP-ID?subscription-key=Subscription-key&timezoneOffset=-360&q=lakeville,%20mn
https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/APP-ID?subscription-key=Subscription-key&staging=true&timezoneOffset=-360&q=lakeville, mn
I have followed the instructions in the link below https://westus.dev.cognitive.microsoft.com/docs/services/5819c76f40a6350ce09de1ac/operations/5819c77140a63516d81aee78
My question is how do, I publish so not having staging=true in the query string will work?
The original owner of Luis left the company and I had to scramble to get up to speed, When, I was granted permission I became the owner of the Luis service according to the collaborator page. My appId is different then what is in production
- Can I sync my App ID to what is in production?
- How do we get into the other Luis (Original owner) application to publish?