CODEBASE setup issues

Yeah it showing same thing.

is your remote branch up to date, if yes and still getting same error, try doing locally

I am facing a similar issue

Hello @Yash_Patel ,
Whats the reason for running npm start ???
The frontend app will start but wont work.
Because of security , the application will only work when accesed behind the proxy.
If you want to test your local changes ,
running docker-compose -f dev.docker-compose.yml up -d should work prety fine as it mounts your local source code into the frontend container, so it should hot reload when you make any local change.

see full instructions on the ReadMe page

3 Likes