For the authoring tool, I see the error displayed below, after I login to localhost:5000. It seems like it disappears on its own after several minutes and I'm able to see the course inside the authoring tool. Does anyone know why this error is displayed?
Error: Failed to determine user's tenant!
at Object.getDatabase (C:\adapt_authoring\lib\database.js:416:19)
at C:\adapt_authoring\plugins\content\tag\index.js:76:16
at C:\adapt_authoring\lib\rest.js:115:7
at Layer.handle [as handle_request] (C:\adapt_authoring\node_modules\express\lib\router\layer.js:95:5)
at next (C:\adapt_authoring\node_modules\express\lib\router\route.js:137:13)
at Route.dispatch (C:\adapt_authoring\node_modules\express\lib\router\route.js:112:3)
at Layer.handle [as handle_request] (C:\adapt_authoring\node_modules\express\lib\router\layer.js:95:5)
at C:\adapt_authoring\node_modules\express\lib\router\index.js:281:22
at Function.process_params (C:\adapt_authoring\node_modules\express\lib\router\index.js:335:12)
at next (C:\adapt_authoring\node_modules\express\lib\router\index.js:275:10)
at Layer.handle [as handle_request] (C:\adapt_authoring\node_modules\express\lib\router\layer.js:91:12)
at trim_prefix (C:\adapt_authoring\node_modules\express\lib\router\index.js:317:13)
at C:\adapt_authoring\node_modules\express\lib\router\index.js:284:7
at Function.process_params (C:\adapt_authoring\node_modules\express\lib\router\index.js:335:12)
at next (C:\adapt_authoring\node_modules\express\lib\router\index.js:275:10)
at C:\adapt_authoring\lib\permissions.js:495:16
at Layer.handle [as handle_request] (C:\adapt_authoring\node_modules\express\lib\router\layer.js:95:5)
at trim_prefix (C:\adapt_authoring\node_modules\express\lib\router\index.js:317:13)
at C:\adapt_authoring\node_modules\express\lib\router\index.js:284:7
at Function.process_params (C:\adapt_authoring\node_modules\express\lib\router\index.js:335:12)
at next (C:\adapt_authoring\node_modules\express\lib\router\index.js:275:10)
at SendStream.error (C:\adapt_authoring\node_modules\serve-static\index.js:121:7)
at SendStream.emit (events.js:223:5)
at SendStream.EventEmitter.emit (domain.js:475:20)
at SendStream.error (C:\adapt_authoring\node_modules\send\index.js:270:17)
at SendStream.onStatError (C:\adapt_authoring\node_modules\send\index.js:421:12)
at next (C:\adapt_authoring\node_modules\send\index.js:735:16)
at onstat (C:\adapt_authoring\node_modules\send\index.js:724:14)