Hello! When trying to authenticate ( prisma login ) OS X, an error is returned in the browser: "Network error: JSON Parse error: Unrecognized token '<'" Does anyone have any insight as to what the problem may be?
m
Marius
12/06/2018, 4:18 PM
Hi Coe,
I am new to this as well, but usually the network error you have stated stands for an auth problem
d
dpetrick
12/06/2018, 4:39 PM
If you check the response in the network tab it's likely a gateway timeout or similar (usually you see < errors when html is returned, as is often the case with gateway errors)
c
Coe
12/06/2018, 4:51 PM
Yeah, HTML is what was returned. I am unfortunately in a corporate office situation where I have to tether my phone to do any course work or tutorials. it could be a mobile network problem. Thanks for your insights!