Hello All,
Quick question. I have an ExB dashboard that is set for Everyone or public. Every bit of content it calls is set to Everyone. When I launch the public URL I get this login panel after a few non-ArcGIS things load like the splash page images, etc.
Here is the strange bit. If I cancel it loads the dashboard from there fine. When I go to a filter, the same login returns. I hit cancel and all good. Once I've done this for all widgets once, I never see the login again.
It's subtle but frustrating. Any help or similar experience info would be most appreciated.
Thanks in advance,
GR
Do you have a link to the site you can share?
The issue looks to be related to these two services.
When this happens, I generally use the chrome debugging tools to inspect the network traffic for calls to something lilke 0?f=json. If there is a token failure, ArcGIS will still return a 200 response, so you need to inspect the response to see the actual message.
Hope that helps.
Cheers