- Today
- Total
반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Cannot have overlapping suffixes in two rules if the prefixes are overlapping for the same event type.
- adverising
- Index 1 out of bounds for length 1
- deeplearning4j
- 인계동
- source endpoint
- 몽고디비 클론
- opennlp
- secrets-manager-config
- 401error
- 데이트코스
- 이미지오류
- presigned
- Jakarta Persistence
- mongodb atlas
- secrets manager
- 구 트위터
- mongo to mysql
- Cannot have overlapping
- 숲느낌
- unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape
- AWS
- secrets manager example code
- java
- python
- 주차가능
- Configuration is ambiguously defined. Cannot have overlapping suffixes in two rules if the prefixes are overlapping for the same event type.
- 수원맛집
- 수원
- amozon
Archives
DevOps-Life
[FCM] IOS 401 error 본문
반응형
SMALL
{
"error": {
"code": 401,
"message": "Auth error from APNS or Web Push Service",
"status": "UNAUTHENTICATED",
"details": [
{
"@type": "type.googleapis.com/google.firebase.fcm.v1.FcmError",
"errorCode": "THIRD_PARTY_AUTH_ERROR"
},
{
"@type": "type.googleapis.com/google.firebase.fcm.v1.ApnsError",
"statusCode": 403,
"reason": "InvalidProviderToken"
}
]
}
}
Key도 문제가 없는 것을 확인하였는데
갑자기 생긴 에러 ...
폭풍 검색 결과
IOS APNS 문제 ....
fcm 에서 프로젝트를 나눴는데 ios Apns 를 나누지 않아 생긴 일이였다 ...
왜 벡엔드인 나한테 ...ㅠㅠ
반응형
LIST
'IT > System' 카테고리의 다른 글
[AWS] ACM Amazon SSL 인증서 내보내기(다운로드) (4) | 2024.04.22 |
---|---|
[MongoDB] Database clone 작업 (0) | 2023.12.11 |
[AWS DMS] MongoDB Atlas To AWS RDS(Mysql) endpoint 생성 (0) | 2023.11.07 |
[AWS] Configuration is ambiguously defined. Cannot have overlapping suffixes in two rules if the prefixes are overlapping for the same event type. (1) | 2023.09.14 |
SSH 공개키와 개인키 (0) | 2018.12.31 |
Comments