Problem with Speech service after deployed on server

Štefan Ondáš 0 Reputation points
2024-08-30T14:12:17.55+00:00

Hello,

I have a problem with my Text 2 Speech app after I deployed it on VPS.

  • appliaction is dockerized and run with bun.js and nginx
  • app under docker-compose is deployed on VPS on Hostinger provider, it runs on linux (Ubuntu)
  • currently my server doesn't use SSL certificate

While I was on localhost, everything working fine. Azure still returns me success response.

Communication between my server and Azure service doesn't work. Azure still returns me error like this:

{"level":50,"time":1725001994899,"pid":18,"hostname":"d0decc5c9fcc","msg":"Azure service error"}

If I try same azure key on localhost and on server, localhost is working perfectly, while server not at all.

I turned on Azure logs service but it returns me only some audit (general) logs.

Where I can find complete logs what is wrong with this communication? What does mean the error which is returns to me? Can someone help me?

Thanks.

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,675 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.