-
Bug Report
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
None
-
Not defined
What/Where is the issue ?
When calling Optimize for the first time, the mentioned auth cookies have to be set. Unfortunately, they are set twice.
Environment: C8SM
Optimize version : 3.10.3
ES version : irrelevant
OS + Browser version : MacOS Ventura 13.4.1, Chrome Version 116.0.5845.110 (Official Build) (x86_64)
Steps to reproduce:
- Preconditions:
- Set up Optimize (in docker-compose for simplicity)
- clear the browser cache (or use incognito tab)
- have dev tools open and track requests
- Steps:
- in the browser, head to Optimize (localhost:8083 in docker-compose)
- inspect first request
Observed behavior:
The inspected request contains 2 Set-Cookie headers for each of the above mentioned cookies
Expected behavior:
Only one Set-Cookie header is present per cookie
Additional Information:
This is the controller panel for Smart Panels app
[OPT-7211] Set-Cookie Headers for X-Optimize-Authorization and X-Optimize-Refresh-Token are added twice
Link | New: This issue is related to SUPPORT-17768 [ SUPPORT-17768 ] |
Summary | Original: WIP- Bug | New: Set-Cookie Headers for X-Optimize-Authorization and X-Optimize-Refresh-Token are added twice |
Description |
Original:
h3. What/Where is the issue ?
// Brief explanation of the issue h3. Environment: C7/ C8SaaS/ C8SM Optimize version : ES version : OS + Browser version : h3. Steps to reproduce: - Preconditions: - Steps: h3. Observed behavior: Precise description of the observed behavior. h3. Expected behavior: Precise description of the expected application behavior. h3. Additional Information: |
New:
h3. What/Where is the issue ?
When calling Optimize for the first time, the mentioned auth cookies have to be set. Unfortunately, they are set twice. h3. Environment: C8SM Optimize version : 3.10.3 ES version : irrelevant OS + Browser version : MacOS Ventura 13.4.1, Chrome Version 116.0.5845.110 (Official Build) (x86_64) h3. Steps to reproduce: - Preconditions: -- Set up Optimize (in docker-compose for simplicity) -- clear the browser cache (or use incognito tab) -- have dev tools open and track requests - Steps: -- in the browser, head to Optimize (localhost:8083 in docker-compose) -- inspect first request h3. Observed behavior: The inspected request contains 2 Set-Cookie headers for each of the above mentioned cookies h3. Expected behavior: Only one Set-Cookie header is present per cookie h3. Additional Information: |
Labels | New: SUPPORT |
This ticket was migrated to github: https://github.com/camunda/camunda-optimize/issues/10155. Please use this link for any future references and continue any discussion there.