While deploying my application on Vercel, I noticed that the API being used follows the HTTP protocol. This causes the browser to block it. It works locally because it can send requests to other HTTP resources. However, the deployment on Vercel does not work.
I would like to fix the documentation and replace all instances of 'http' with 'https' for the URLs mentioned.
While deploying my application on Vercel, I noticed that the API being used follows the HTTP protocol. This causes the browser to block it. It works locally because it can send requests to other HTTP resources. However, the deployment on Vercel does not work.
I would like to fix the documentation and replace all instances of 'http' with 'https' for the URLs mentioned.