Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Empty list shows on localhost:1127 #13

Open
PinkyJie opened this issue Dec 12, 2016 · 3 comments
Open

Empty list shows on localhost:1127 #13

PinkyJie opened this issue Dec 12, 2016 · 3 comments

Comments

@PinkyJie
Copy link

I setup the server and make it running successfully, and I add the config in electron to send crash report to this address, then I use process.crash() to fire a crash manually. Now I can see xxx.dmp file generated in tmp folder, but when I open localhost:1127, I can only see the "Crash Reports" title on the page, no report list.

@maxamon
Copy link

maxamon commented Dec 13, 2016

Do you use address like?

submitURL: 'http://127.0.0.1:1127/post'

Should use post in url

@diegogangl
Copy link

I'm including /post in the url but it's still showing an empty list.

@EmilyPaek
Copy link

Do you use crashReporter.start option compress?

I solved this problem with

compress: false

The default value of compress is true.
In this case, crashReporter can not save report.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants