-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
Not defined
Brief summary of the bug. What is it ? Where is it ?
When using an Optimize context path (e.g. running optimize on "http://locahost:8090/optimize" ), the shared reports show a never ending loading indicator.
Steps to reproduce:
- Use the attached docker file to start optimize (See optimize GitHub home page if you need help running it)
- Create a report and share it
- Open the shared report in an icognito window
Actual result:
The report never loads and keeps showing a never ending loading indicator.
Expected result:
The report should load successfully
Notes:
We could consider also merging this to the 3.9 maintenance branch so that it is part of any future patch
Hints:
Looking at the browser console, it seems that the backend API (the ones with `/api`) requests are getting redirected to an authentication page even though this is a shared and the endpoints are public.
Testing Notes:
- Set a custom context path in the configuration
- Create a shared report, check that it can be evaluated in an incognito browser
- Create a shared dashboard, check that it can be evaluated in an incognito browser