```info - ready on http://localhost:3000 node:int...
# general
o
Copy code
info  - ready on http://localhost:3000
node:internal/process/promises:245
          triggerUncaughtException(err, true /* fromPromise */);
          ^

[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "#<SuperTokensError>".] {
  code: 'ERR_UNHANDLED_REJECTION'
}
but now im getting this on the api side