Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

angular erro ao adicionar um projeto no firebase Failed to make request to https://www.gstatic.com/firebasejs/releases.json

//In the root, it's needs to created manually firebase.json
{
  "hosting": {
    "public":"dist", //dist is local build project

  "redirects": [ {
    "source": "/api/:path*",
    "destination": "https://<gcp_domain_name>/:path",
    "type": 301
  }]}
}
 
PREVIOUS NEXT
Tagged: #angular #erro #ao #adicionar #um #projeto #firebase #Failed #request
ADD COMMENT
Topic
Name
3+1 =