Describe the bug
The backup-dev branch had a commit that included a setup_script to set up the application locally using node. When the application was run, the landing page said: "Cannot Get/".
To Reproduce
Steps to reproduce the behavior:
Run the setup_script.sh file
Run npm start
Go to "localhost:4010/"
See the error
Expected behavior
The landing page should be fetched and rendered properly.
Additional context
This problem is due to the fact that the setup_script does not copy the required files to appropriate folders. So, running npm start runs the caracal.js file which later fetches the landing page that does not exist where it should.
Describe the bug The backup-dev branch had a commit that included a setup_script to set up the application locally using node. When the application was run, the landing page said: "Cannot Get/".
To Reproduce Steps to reproduce the behavior:
Expected behavior The landing page should be fetched and rendered properly.
Additional context This problem is due to the fact that the setup_script does not copy the required files to appropriate folders. So, running npm start runs the caracal.js file which later fetches the landing page that does not exist where it should.