on ‎2023 Dec 05 12:51 PM
Hi I have create an CAP application backed by PostgreSQL Database. When I do cds deploy --profile pg, it is giving the below error.
deployment to postgres-50b4fd02-0cbd-4da0-99aa-c4b4c5a74525.cqryblsdrbcs.us-east-1.rds.amazonaws.com:2732 failed
TimeoutError: ResourceRequest timed out
package.json
"cds": {
"requires": {
"db": {
"[pg]": {
"kind": "postgres",
"credentials": {
"host": "postgres-50b4fd02-0cbd-4da0-99a***********25.cqryblsdrbcs.us-east-1.rds.amazonaws.com",
"port": 2732,
"user": "**************",
"password": "************",
"database": "***************"
}
}
}
}
}
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.