Skip to content

Commit c057e67

Browse files
Merge pull request #55 from jorgemoralespou/master
Fixes #54. Error parsing JSON in firefox
2 parents 3c062e8 + 751c4bb commit c057e67

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

databases-py.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,9 @@ Items inserted in database: 2740
225225
If you then go back to `/ws/data/all` you will see tons of JSON data now.
226226
That's great. Our parks map should finally work!
227227

228+
NOTE: There's some errors reported with browsers like firefox 54 that don't properly parse the resulting JSON. It's
229+
a browser problem, and the application is working properly.
230+
228231
[NOTE]
229232
====
230233
You are probably wondering how the database connection magically started

databases.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,9 @@ Items inserted in database: 2740
236236
If you then go back to `/ws/data/all` you will see tons of JSON data now.
237237
That's great. Our parks map should finally work!
238238

239+
NOTE: There's some errors reported with browsers like firefox 54 that don't properly parse the resulting JSON. It's
240+
a browser problem, and the application is working properly.
241+
239242
[source]
240243
----
241244
http://parksmap-{{EXPLORE_PROJECT_NAME}}{{USER_SUFFIX}}.{{ROUTER_ADDRESS}}

0 commit comments

Comments
 (0)