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
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
The text was updated successfully, but these errors were encountered:
すみません、何度も読み直しながら本書通り設定しましたが、以下の様に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
The text was updated successfully, but these errors were encountered: