[SOLVED]Error Code 500 when verifying my code in the Particle IDE

Recently, every time that I try to verify my code it gives me an error message of " Error: 500. Please try again later. If the issue persists, please report to hello@particle.io."

Does anyone have a fix for this issue? Thanks.

I guess you are targeting an Electron?

If so, make sure the target system version is set to 0.4.8 since there is no 0.4.9 which is usually preset on first runs.
Or even better, update your Electron to 0.5.3 and build against that.

1 Like

Perfect. Thanks brother