admin管理员组文章数量:1336632
i am in the process of building a nextJS web application, i decided to go with Firebase AppHosting to host my web app with continues rollout using github, within the first 2 commit my app was working and it was rolling our well, however after working on my project for sometimes and pushing new code my firebase apphosting failed to rollout a new version.
i added the apphosting.yaml to my project using the firebase documentation i even increased the spec of the memory and cpu with no luck.
i checked the Google console to see the error but i was not lucky, i did not get any useful information of why this is happening.
i will be thankful if anyone can provide a fix.
runConfig:
minInstances: 2
maxInstances: 100
concurrency: 100
cpu: 4
memoryMiB: 8192
Google console error log
{
"protoPayload": {
"@type": "type.googleapis/google.cloud.audit.AuditLog",
"status": {
"code": 9
},
"authenticationInfo": {
"principalEmail": "service-1000712175710@gcp-sa-firebaseapphosting.iam.gserviceaccount"
},
"requestMetadata": {
"requestAttributes": {},
"destinationAttributes": {}
},
"serviceName": "cloudbuild.googleapis",
"methodName": "google.devtools.cloudbuild.v1.CloudBuild.CreateBuild",
"authorizationInfo": [
{
"resource": "projects/000000e8ff18005e",
"permission": "cloudbuild.builds.create",
"granted": true,
"resourceAttributes": {},
"permissionType": "ADMIN_WRITE"
}
],
"resourceName": "projects/iqra-4d3ab/builds",
"resourceLocation": {
"currentLocations": [
"europe-west4"
]
}
},
"insertId": "-l1lfsxd1ro4",
"resource": {
"type": "build",
"labels": {
"project_id": "iqra-4d3ab",
"build_trigger_id": "",
"build_id": "bd90a7af-0a48-43bb-b42b-b023ef2acaee"
}
},
"timestamp": "2024-11-19T15:42:40.358277Z",
"severity": "ERROR",
"logName": "projects/iqra-4d3ab/logs/cloudaudit.googleapis%2Factivity",
"operation": {
"id": "operations/build/iqra-4d3ab/YmQ5MGE3YWYtMGE0OC00M2JiLWI0MmItYjAyM2VmMmFjYWVl",
"producer": "cloudbuild.googleapis",
"last": true
},
"receiveTimestamp": "2024-11-19T15:42:41.266366664Z"
}
本文标签: firebaseApp HostingRollout Failed On my nextJS 1403 projectStack Overflow
版权声明:本文标题:firebase - App Hosting - Rollout Failed On my nextJS 14.0.3 project - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742412591a2470081.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论