I have followed the instructions to setup Tyk 1.9 and I get an error when running bootstrap (see below). User is generated but login fails.with credentials incorrect. I had a previous old version and I had no problem.
I was coming back to see the development since , but not setup the local test box before switching to a real environment.
[email protected]:~$ sudo /opt/tyk-dashboard/install/bootstrap.sh api.myself.local
Creating Organisation
Traceback (most recent call last):
File “”, line 1, in
File “/usr/lib/python2.7/json/init.py”, line 278, in load
**kw)
File “/usr/lib/python2.7/json/init.py”, line 326, in loads
return _default_decoder.decode(s)
File “/usr/lib/python2.7/json/decoder.py”, line 366, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File “/usr/lib/python2.7/json/decoder.py”, line 384, in raw_decode
raise ValueError(“No JSON object could be decoded”)
ValueError: No JSON object could be decoded