You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: