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
Yes, i think it is , but i am really not sure about this.
Did you try recovering your dependencies?
Yes
(Write your answer here.)
Which terms did you search for in User Guide?
Troubleshooting , Deployment
(Write your answer here if relevant.)
Environment
node-v:
node -v: v8.9.4
npm -v: 5.6.0
yarn --version (if you use Yarn):
npm ls react-scripts (if you haven’t ejected):
Then, specify:
Operating system: Linux
Browser and version (if relevant): All
Steps to Reproduce
(Write your steps here:)
When i am hoisting application in local , things are working fine , but when i try to host the same in production environment , nothing is getting loaded . It is coming to index.html , but the js and css are not getting loaded.
Is this a bug report?
Yes, i think it is , but i am really not sure about this.
Did you try recovering your dependencies?
Yes
(Write your answer here.)
Which terms did you search for in User Guide?
Troubleshooting , Deployment
(Write your answer here if relevant.)
Environment
node-v:
node -v
: v8.9.4npm -v
: 5.6.0yarn --version
(if you use Yarn):npm ls react-scripts
(if you haven’t ejected):Then, specify:
Steps to Reproduce
(Write your steps here:)
Local URL -> http://localhost:8081/tools/forecaster
routes.js
server.js
Expected behaviour
The static assets should load from the build path
Actual behaviour
The static assets are also loading index.html file . It is not loading these files.
The text was updated successfully, but these errors were encountered: