Photons in CH run fine, photons in NL stopped responding

Not noticed anything here in Austria, but to help restarting, did you wrap any cloud calls in a if(Particle.connected()) and other calls that require WiFi (like Blynk) in a if(WiFi.ready())?

This might also give you some idea how to deal with such conditions.

It's meant for Electrons but most of that also applies to Photons.