hi, i'm getting an error `Error creating EdgeCache...
# general
e
hi, i'm getting an error
Error creating EdgeCacheOrigin: googleapi: Error 404: Method not found.
when trying to create an
EdgeCacheOrigin
for a bucket, pretty much from the documentation:
Copy code
const webStaticOrigin = new gcp.networkservices.EdgeCacheOrigin(
  "web-static-origin",
  {
    originAddress: webStaticBucket.url,
  }
);
any idea how to fix?
the bucket creation succeeded, so it appears the gcloud connection works, and also previously i got some errors related to some GCP APIs not being enabled, i enabled both the compute and network services APIs, and now i get this