tareq
1
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…”
}
tareq
3
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’
pieter
4
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