ontrack icon indicating copy to clipboard operation
ontrack copied to clipboard

Docker with current HEAD fails after login

Open braun1928 opened this issue 3 years ago • 1 comments

After building and starting db and the app container, creating user and logging in, the next page only has the top menu, while the docker console shows this:

ontrack  | ERROR in ./app/javascript/packs/dashboard.jsx 6:0-57
ontrack  | Module not found: Error: Can't resolve '../components/dashboard/Main' in '/ontrack/app/javascript/packs'
ontrack  |
ontrack  | ERROR in ./app/javascript/packs/history.jsx 6:0-53
ontrack  | Module not found: Error: Can't resolve '../components/history/Main' in '/ontrack/app/javascript/packs'
ontrack  |
ontrack  | ERROR in ./app/javascript/packs/insights.jsx 6:0-55
ontrack  | Module not found: Error: Can't resolve '../components/insights/Main' in '/ontrack/app/javascript/packs'

Similar messages appear in the browser JS Console. I'm not familiar with Ruby/JS/Webpack, I'm trying to see if I can successfully run with an older commit.

braun1928 avatar Apr 30 '21 16:04 braun1928

@salquier @luketainton Tagging y'all since you helped get Docker set up initially! (https://github.com/inoda/ontrack/pull/36)

Any ideas what's going on here? Seems like a similar issue here as well: https://github.com/inoda/ontrack/issues/74

inoda avatar Apr 17 '22 03:04 inoda