Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cloud9インスタンスからのバックエンド疎通確認(328P) #12

Open
cws202207 opened this issue May 12, 2023 · 1 comment
Open
Assignees

Comments

@cws202207
Copy link

cws202207 commented May 12, 2023

すみません、何度も読み直しながら本書通り設定しましたが、以下の様にNotificationが取得できません。
改定などありますでしょうか。

~/environment/sbcntr-frontend (main) $ curl http://internal-sbcntr-alb-internal-**********.ap-northeast-1.elb.amazonaws.com:80/v1/Notifications?id=1
{"data":null}

database

MySQL [sbcntrapp]> select * from Notification;
+----+-------------------------+-------------------------+---------+-----------------------------------------------------------------+-------------+--------+
| id | createdAt | updatedAt | title | description | category | unread |
+----+-------------------------+-------------------------+---------+-----------------------------------------------------------------+-------------+--------+
| 1 | 2023-05-12 07:56:37.188 | 2023-05-12 07:56:37.188 | 通知1 | コンテナアプリケーションの作成の時間です。 | information | 1 |
| 2 | 2023-05-12 07:56:37.251 | 2023-05-12 07:56:37.251 | 通知2 | コンテナアプリケーションの作成の時間です。 | information | 1 |
+----+-------------------------+-------------------------+---------+-----------------------------------------------------------------+-------------+--------+

ロードバランサータイプ
Application
DNS 名
internal-sbcntr-alb-internal-*******.ap-northeast-1.elb.amazonaws.com
(A レコード)
ステータス
Active
VPC
vpc-0ed514b22eaa91834
IP アドレスタイプ
IPv4
スキーム
Internal

@kawakami23
Copy link

自分は記載通りの結果が返ってきます。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants