Hi @sagar.tukilogic,
Do you see any errors in the browser console?
Are you able to go to the Fauxton URL (https://<host>:<port>/_utils/) and find the document there? The default database should be medic. The full URL to your document above should look like this:
Hi @binod ,
As you suggested, I browsed to localhost/_utils and under medic table I found that in district_hospital’s JSON file there was a red dot in name field. Not sure how it got here, but after manually removing all of these red dot’s from all of the files, all of the names are now showing.
That red dot represents a non-printing character. I checked your "name" field from the JSON snippet above, and there is this invisible character: U+FEFF (zero width no-break space).