Open NSLog0 opened 6 years ago
work find in localhost with gulp prod
Update: I found the discussion on stack overflow they told let try to change NODE_ENV to development mode, You know it's worked the website is appeared and I figured it out the cause is resolve
on angular route. I use resolve
to load data on the back-end but I don't know why the UI is has been blocked like this but on the local it's work find. Any suggestion?
Thanks in advanced.
Anyone? I need help
@lirantal
@avatarr: What happens if you try deploying with this version: https://github.com/Ghalleb/mean?
The build is most likely failing on Heroku, due to the dev package dependencies not getting installed.
Please see these issues
https://github.com/meanjs/mean/issues/1411
Any update on this?
No, I avoid using resolve
. I find a solution to fix it but, no one talk about it. If anyone has experience about it, please tell me
I am using NODE_ENV="development" and everything works. However, I am also concerned about the same thing. The build clearly fails when put into production mode but works in development. I am not sure what the downsides are.
Actually, I stopped to develop a new project with MEAN.js because
I've deployed meanjs to heroku for fitst time but I can't see my content it's blank
URL: https://strawberry-shortcake-44338.herokuapp.com/ Any idea?
Thanks in advance