ProtocolError : HTTP/1.1 404 Not Found

I’m trying to get Addressables set up but I’m having all sorts of trouble.

I’m on Unity 2021.2.18f1 on Mac building for iOS
Addressables 1.19.19
Cloud Content Delivery Management API Version 1.0.0-pre2

I created my bucket on Unity’s CCD, made it public, set it as the Remote.LoadPath, and uploaded the built addressable bundle files onto it, like I’m supposed to, but it I still can’t access it. I keep getting these 404 errors when I try to load it.

It didn’t work when I tried to do it with S3 either I got the same 404 errors.

Can anybody tell me why this isn’t working? Thanks

A http error of 404 means not found. It means that the url you have provided isnt a valid one.

If it is generating that url off config you have provided it probably means you have messed up the config

@JGameMaker92 Have you solve that?