404 - Category Not Found
The query for a category with slug `spice` returned no results from the 'categories' collection.

Troubleshooting Steps:

  1. Verify that a document with the exact slug `spice` exists in your 'categories' collection in Firestore.
  2. Check your Firestore security rules to ensure the client has permission to read from the 'categories' collection.
  3. Ensure there are no typos in the slug field in your database document.