Does Slice work with Planning Analytics as a Service (TM1 v12)? I can log in with an API key, but I can’t open a workbook from the application folder. When attempting to open a workbook I get a message in the corner of the screen about checking browser settings. I get a similar message when doing the same using Arc with Chrome.
You need to set Automatic downloads to Ask or Allow.
However, it sounds like it might not be that simple in your case. An error should also be logged to the browser console.
Press F12 and choose the Console tab in Chromium-based browsers to view any errors. Please let us know what you see, for any other users experiencing this problem.
In any case, it’s probably better to continue troubleshooting in a new ticket on the support site.
Do you have any proxy or other middleware software that might be adding a content-disposition header for file downloads? This is the header that tells the browser the file name of the file being downloaded. Some webservers have a setting to add it automatically.
Arc sets the header itself, but there is only one reference to it in the entire code-base, so I’d be surprised if it was adding multiple headers on its own.