raje312 opened a new issue, #5423: URL: https://github.com/apache/couchdb/issues/5423
### Discussed in https://github.com/apache/couchdb/discussions/5401 <div type='discussions-op-text'> <sup>Originally posted by **raje312** January 14, 2025</sup> image: couchdb:3.4 we are in process of migrating on-prem couchdb to azure container app and noticed that whenever I create document with id (having URL) , it saves it as attachment with the entire url truncated. This happens only on azure container app environment. Any suggestions ? Example: Create below document in couchdb running on azure container app { "_id": "https://jenkins-url.com/apache/couchdb/issues", "data": { } } It saves as: { "_id": "https:", "_rev": "3-0a75e1166f208cf890521969ca0a5705", "_attachments": { "jenkins-url.com/apache/couchdb/issues": { "content_type": "application/json", "revpos": 1, "digest": "md5-x9Q29fDPDRaitZxtKAVNPw==", "length": 65, "stub": true } } }</div> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
