You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: