-
Right now, we just see messages, e.g.
```
TokenExpiredError: jwt expired
at /src/node_modules/jsonwebtoken/verify.js:190:21
at getSecret (/src/node_modules/jsonwebtoken/verify.js:97:14)
…
birm updated
7 months ago
-
can I use req.session for express router (different file) ?
app.js
if(req.session.test) {}
test.js
req.session.test = 'test';
I try to use session with different file but req.session.test …
-
Hello friends of the community, how are you?
First of all, I always like to make it clear that I simply love the Express project. I have been using it in my projects for over 8 years. Therefore, th…
-
Running the manual install instructions creates a room that seems to start up but cannot pass a `./room check` succesfully.
Here is a transcript of the state the system gets in to, on an ovh.com va…
-
When I add a [Map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) object to the session, subsequent requests find an empty object under the same name instead of …
-
require("dotenv").config();
const express = require("express");
const cookieParser = require("cookie-parser");
const cors = require("cors");
const authRouter = require("./router/auth");
const use…
-
to reproduce:
in a console on the server:
``` sh
$ damas add test2
{"_id":"2f74657374732f7465737432","author":"127.0.0.1","time":1467214235678}
$ damas read test2
(empty line output)
```
and the s…
-
I got this error when i try to send data via postman
POST /login 302 653.342 ms - 28
Error: Failed to lookup view "accounts/login" in views directory "C:\Users\Hp\ecommerce\views"
at Functi…
-
```shell
(node:32386) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'trim' of undefined
[0] at /app/server.js:14:37
[0] at Layer.handle [as handle_request] (/rbd/pnpm-vo…
-
When using the $spec keyword on element level, the following error is shown:
GET http://localhost:3000/medialibrary/tracks/$spec
```
TypeError: Cannot read property 'getValue' of undefined
…