#community-help

Fixing 404 Error in Geo-Search UI

TLDR Nathan faced a 404 error in geo-search UI. Jason suggested removing the double quotes to fix the issue.

Powered by Struct AI

2

1

Jun 02, 2023 (6 months ago)
Nathan
Photo of md5-aa846ac80f1164f0d27b340467fd28e2
Nathan
08:59 PM
I'm working on geo-search, and trying it out in the UI before writing any code. What could be the reason that this gives a 404 error? Here's the field in the schema:
    {
      "facet": true,
      "index": true,
      "infix": false,
      "locale": "",
      "name": "geolocation",
      "optional": false,
      "sort": true,
      "type": "geopoint"
    },
Image 1 for I'm working on geo-search, and trying it out in the UI before writing any code. What could be the reason that this gives a 404 error? Here's the field in the schema:
```    {
      "facet": true,
      "index": true,
      "infix": false,
      "locale": "",
      "name": "geolocation",
      "optional": false,
      "sort": true,
      "type": "geopoint"
    },```
Jason
Photo of md5-8813087cccc512313602b6d9f9ece19f
Jason
09:03 PM
You want to remove the double quotes

2

Nathan
Photo of md5-aa846ac80f1164f0d27b340467fd28e2
Nathan
09:04 PM
thank you!!!

1