Open jubishkammily opened 6 years ago
Anybody here who can help me on this ?
I'm getting similar issues. I think it's because my production is a headless server. (That's the only thing I can think of that's different)
No .then() gets hit, no .catch() gets hit. Running everything in a try/catch doesn't catch anything. All that happens is the code exits (without error), since the event loop detects there's nothing to run. I'm still attempting to debug this.
This solved it for me on linux environment: https://www.linode.com/docs/development/nodejs/use-nightmarejs-to-automate-headless-browsing/#create-and-run-the-automation-script
Hello ,
I have created an application wit NightmareJs with Electron to get the screen shot of a rendered image. This application is working in the development environment but after deploying it in the production environment its not giving me any responses.
I am not able get any error messages also back from the nightmare.goto(url) call. I am not able to resolve this since there is no error message from the module.
How to get error messages back in production environemnt ?
A simpe nightmare program is not giving any response at all.