#community-help

Addressing "ObjectNotFound" Error with HTTP Code 404

TLDR Jameshwart asks about a "ObjectNotFound" error with HTTP code 404, Kishore Nallan explains it could be due to a nonexistent collection or API end-point.

Powered by Struct AI
4
5mo
Solved
Join the chat
Apr 11, 2023 (5 months ago)
Jameshwart
Photo of md5-283d3397742c32cc2b6be6bda508c03e
Jameshwart
05:44 AM
what is usually the issue if the error is "ObjectNotFound: Request failed with HTTP code 404 | Server said: Not found."?
Kishore Nallan
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
05:45 AM
Collection does not exist if you are trying to search.
05:45
Kishore Nallan
05:45 AM
Or the API end-point itself does not exist.
Jameshwart
Photo of md5-283d3397742c32cc2b6be6bda508c03e
Jameshwart
05:47 AM
thanks a lot.