You can see we're not getting any air text, and that's because the way fetch works, even though we're getting a 404 response, which is a failure of a response, Fetch always succeeds, no matter what, unless there's some form of network error where the actual browser has a hard time connecting to the Internet, the only time you're gonna get a failure is if you have a failure with fetch itself and not with the A P I you're calling.