The file server CORS config (in quick_start) not working

The option fileServerAccessControlAllowOriginHeader in quick_stat/server_config.js is currently not working.

I looked at the file ...\HOOPS_Web_Platform\server\node\lib\CreateServers.js
and the createFileServer() has no CORS config like what we did in _createExpressApp().

Please add file server CORS on future releases, or remove the config fileServerAccessControlAllowOriginHeader

Thank you :smile:

@sax1476

Thank you for bringing this to our attention. We’ll have engineering look into it and address it (issue SDHC-19144).

How are you using quick_start? Are you running it locally, on a remote server, or within a docker container? We’d like to recreate your specific scenario.

Thank you.