From 751c4bb681a6129c6af3c6108a734ad81ec1ed2f Mon Sep 17 00:00:00 2001 From: Jorge Morales Pou Date: Tue, 4 Jul 2017 18:04:11 +0200 Subject: [PATCH] Fixes #54. Error parsing JSON in firefox --- databases-py.adoc | 3 +++ databases.adoc | 3 +++ 2 files changed, 6 insertions(+) diff --git a/databases-py.adoc b/databases-py.adoc index 5481d4f8..80f2b459 100644 --- a/databases-py.adoc +++ b/databases-py.adoc @@ -225,6 +225,9 @@ Items inserted in database: 2740 If you then go back to `/ws/data/all` you will see tons of JSON data now. That's great. Our parks map should finally work! +NOTE: There's some errors reported with browsers like firefox 54 that don't properly parse the resulting JSON. It's +a browser problem, and the application is working properly. + [NOTE] ==== You are probably wondering how the database connection magically started diff --git a/databases.adoc b/databases.adoc index a9fba410..57b3c315 100644 --- a/databases.adoc +++ b/databases.adoc @@ -236,6 +236,9 @@ Items inserted in database: 2740 If you then go back to `/ws/data/all` you will see tons of JSON data now. That's great. Our parks map should finally work! +NOTE: There's some errors reported with browsers like firefox 54 that don't properly parse the resulting JSON. It's +a browser problem, and the application is working properly. + [source] ---- http://parksmap-{{EXPLORE_PROJECT_NAME}}{{USER_SUFFIX}}.{{ROUTER_ADDRESS}}