Multiple Cookie response merged into one using Cloud Agent

I have a response with three separate cookies. In the Apidog client, they are kept separate and everything functions normally, however in the web using the Cloud Agent, all cookies are merged into one causing invalid requests to my host (because the cookie is missing/invalid). Is this a bug?

First picture is working separate cookies from the Apidog installed client.

Second picture is the “merged” invalid cookie using the web “Cloud Agent”


Multiple Cookie response merged into one using Cloud Agent

Understood. I will forward this issue to the engineering team for further verification. Could you please provide detailed information about the framework or library used to set the cookie? Thank you.

Thanks for the response. We use nookies with nextJs for the token cookie, and AWS Sets the others.