I've got v3.5 of the push proxy server running with v3.6.2 platform. Works fine after spending some amount of time getting everything right. However, I am seeing sporadic panics in the proxy server:
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x46cf27]goroutine 40 [running]:
panic(0x6b7c00, 0xc42000c050)
/usr/local/go/src/runtime/panic.go:500 +0x1a1
github.com/mattermost/mattermost-push-proxy/server.sendAppleNotification(0xc42043ab00)
There does not seem to be an issues tracker for this Github project so I cannot open a ticket with the info. I'll try and investigate a solution though I'm a Go beginner. Is there a place where I should report this besides here?
Brad