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
When launching the application without docker using npm run start:no-mock for frontend and python manage.py runserver 8080 for backend, the bin, config, and node are missing in the /opt/ folder.
I fix this issue by downloading the missing files from docker container. Maybe it will be good to add instructions on README for developers to ensure there is no missing file.
The text was updated successfully, but these errors were encountered:
When launching the application without docker using
npm run start:no-mock
for frontend andpython manage.py runserver 8080
for backend, thebin
,config
, andnode
are missing in the/opt/
folder.I fix this issue by downloading the missing files from docker container. Maybe it will be good to add instructions on README for developers to ensure there is no missing file.
The text was updated successfully, but these errors were encountered: