In Step 3 of the delivery service setup tool "Publish profile," the profile data is being generated in the wrong format. The output is missing the required data:application/json prefix.
Current Behavior
The tool currently generates the following JSON format:
{"publicEncryptionKey":"publicEncryptionKey_value","publicSigningKey":"publicSigningKey_value","url":"delivery_service_url"}
Expected Behavior
The tool should generate the profile data in the following format:
data:application/json,{"publicEncryptionKey":"publicEncryptionKey_value","publicSigningKey":"publicSigningKey_value","url":"delivery_service_url"}