Could not locate Gemfile or .bundle/directory
Describe the bug A clear and concise description of what the bug is.
Following instructions on /imports/new
Version Include version of Dawarich you're experiencing problem on. 0.16.3
To Reproduce Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Logs
If applicable, add logs from containers dawarich_app and dawarich_sidekiq to help explain your problem.
Additional context Add any other context about the problem here.
@pebblecoder5 I can see that you're running the command from tmp directory. Try running it from the root directory of Dawarich
@pebblecoder5 what pwd returns?
Are you running dawarich in docker? If you do, then you need to run the import from /var/app. I just had the same issue. You also need to run the command with the default user [email protected] instead of [email protected]'.
Closing this due to absence of details