Kotlin project works on all machine I've tried but not my new Mac.

Answered

I recently got a new MacBook Pro and installed IntelliJ to do some work on the backend portion of my App. My backend and can send push notifications to users but sending the Push Notifications no longer work on my new MacBook. My library is saying that the request has timed out and returning 500.

To ensure my code wasn't broken, I booted up my old comp to verify there was nothing wrong and it worked fine. I even cloned the project to work computer and push was successful, and pushed the code to my dev server where I could also send Push Notifications. Everything in my project works as expected except Push, is IntelliJ blocking requests to APNS? I don't remember ever needing to changing settings to reach out end points. Is IntelliJ blocking my request for some reason or is it a setting that I need to configure?

0
1 comment

Please sign in to leave a comment.