I'm trying to clone a collection in v25.2 via the ...
# community-help
j
I'm trying to clone a collection in v25.2 via the doc's suggested method:
Copy code
curl -k "<https://foo.net/collections?src_name=old_coll>" -X POST -H "Content-Type: application/json" \
      -H "X-TYPESENSE-API-KEY: key-here" -d '{
        "name": "new_coll"
      }'
But I get the error response: `"Parameter
fields
is required."` I don't see this error when running the same command locally.
j
Could you double-check that the node is running v0.25.2? You can do this by doing a
GET /debug
API call
j
Yep, it's:
{"state":1,"version":"0.25.2"}
Front-end appears to be working normally.
Problem solved! AWS Cloudfront rules were preventing some headers!
👍 1
😅 1