App never launches, stuck on purple screen.
Hey. If you have users that try to open this app but are stuck on a purple screen -- it might be because they have the NODE_ENV
environment variable set to development
. This the app to hang because you are trying to load 127.0.0.1:8080
but since there's no server running on that port, the connection is refused and an exception is thrown in main.js
. Thought you'd like to know so you can help other customers with this issue. Better yet, don't ship the app with this logic in it in your release builds.
1
vote
Anonymous
shared this idea