Robert Misiorowski
Robert Misiorowski
@bomberb17 hmmm... not sure why you're not able to connect on a fresh install. Connecting to the manual server seems to be failing because your installer installed server is running...
IMO, the prevention of dupes in too short of a timespan should happen on the follow POST api (not GET). For any too frequent dupes the API should return an...
To solve this we need to give all endpoints returning JSON the same treatment as was given here: https://github.com/OpenBazaar/OpenBazaar-Server/pull/358 Essentially, sanitization needs to be done prior to JSON serialization, since...
Just to clarify, the sanitization fixes fixed the malformed json issue. The fact that it's choking on special characters is a different issue and I don't think it's related to...