Project

General

Profile

Bug #15159

Updated by Peter Amstutz over 2 years ago

When Arvados is configured without wildcard dns/ssl for keep-web, the "open in new tab" option in the three-dot menus to the right of file names in a collection shows this error message in a new tab: 

  cannot serve inline content at this URL (possible configuration error; see https://doc.arvados.org/install/install-keep-web.html#dns)" 

 In this configuration, Arvados can not do inline previews due to CORS; download of the file remains possible. 

 If showing the file in a new tab is not possible, just remove the "open in a new tab" option when Arvados is running in this configuration (only!). 

 Inline content works when one of these are true: 

 * There is a wildcard '*' in the WebDAV ExternalURL 
 * Collections.TrustAllContent is true 

 Collections.TrustAllContent configuration needs to be exported.

Back