err:unkey:data:project_not_found
Example
What Happened?
This error occurs when you’re trying to perform an operation on a project that doesn’t exist in the Unkey system. Common scenarios that trigger this error:- Using an incorrect project ID in your requests
- Referencing a project that has been deleted
- Attempting to access a project in a workspace you don’t have access to
How To Fix
Verify that you’re using the correct project ID and that the project still exists in your workspace:- Check the project ID in the Unkey dashboard under Projects
- Verify the project has not been deleted
- Confirm you’re working in the correct workspace
Related Errors
- err:unkey:data:api_not_found - When the requested API doesn’t exist
- err:unkey:data:workspace_not_found - When the requested workspace doesn’t exist

