- 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 |
31 |
Tags
- mongo to mysql
- secrets-manager-config
- Cannot have overlapping suffixes in two rules if the prefixes are overlapping for the same event type.
- Index 1 out of bounds for length 1
- 수원맛집
- presigned
- secrets manager
- AWS
- 이미지오류
- java
- source endpoint
- 숲느낌
- Cannot have overlapping
- amozon
- python
- mongodb atlas
- 주차가능
- unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape
- 인계동
- secrets manager example code
- 몽고디비 클론
- 수원
- adverising
- deeplearning4j
- Configuration is ambiguously defined. Cannot have overlapping suffixes in two rules if the prefixes are overlapping for the same event type.
- 401error
- 데이트코스
- Jakarta Persistence
- 구 트위터
- opennlp
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