Krulknul
The string did not match the expected pattern
Well, I figured it out. Seems somehow ngrok was the problem anyway. Since HTML was being returned (the ngrok browser warning screen), the json deserialization was failing, resulting in this error.
To fix, I added the
ngrok-skip-browser-warning
header, which worked:
4 replies