Not found (404)

The Not Found error occurs within Langbase when the server cannot find the requested resource. This error can occur due to an incorrect URL or a resource that no longer exists.


Possible Causes

  • Use of incorrect pipe API endpoint.
  • The requested resource within Langbase has been removed or moved.

Troubleshooting Steps

  1. Check endpoint: Ensure that your API endpoint is correct and points to a valid resource within Langbase.
  2. Verify Resource Existence: Check the documentation to find if the requested resource exists.

Recommendation

Review the API endpoint that you have integrated in your app and check documentation to find whether the API you are requesting exists or not.