Skip to content

Commit

Permalink
Add troubleshooting documentation for when you receive 'Could not des…
Browse files Browse the repository at this point in the history
…erialize key data' when using APNs with key files. (#286)
  • Loading branch information
reivilibre authored Dec 6, 2021
1 parent 37038c9 commit 2ceb0c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/286.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add troubleshooting documentation for when you receive 'Could not deserialize key data' when using APNs with key files.
7 changes: 7 additions & 0 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,13 @@ com.example.myapp.ios:
in your Sygnal config file.


### 'ValueError: Could not deserialize key data'

This error suggests that your key file (`.p8` file) is not valid.
If viewed with a text editor, the file should begin with `----- BEGIN PRIVATE KEY -----`.
If yours doesn't, you probably have the wrong kind of file.


# Appendices

## Sending a notification to Sygnal manually with `curl`
Expand Down

0 comments on commit 2ceb0c9

Please sign in to comment.