Error when running express

Hi a few minutes ago one of my notebooks using

var express = require("@runkit/runkit/express-endpoint/1.0.0");
var app = express(exports);

Stopped working. When I click the “endpoint” link on the runkit notebook webpage I get the following response:

{
“error”: “unexpected_error”,
“message”: “Something unexpected happened. Please contact support@runkit.com. Please provide the case number…”
}

Sometimes it does work, but then sometimes I’m also getting the following response:

(node:1) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Cannot find module ‘express’

Hi Tareq,

During a couple of minutes today some evaluations on RunKit were failing. Everything should be running smoothly now, though.

Sorry for the inconvenience!

Pieter