-
### Trilium Version
0.60.4
### What operating system are you using?
Other Linux
### What is your setup?
Server access only
### Operating System Version
Archlinux
### Description
1. Create an …
-
Log file 2024-11-06T11_58_55_613Z-debug.log
```
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'start' ]
2 info using npm@6.14.4
3 info using node@v10.19.0
…
-
when I access localhost:4000, the following messages appeared in browser.
UnauthorizedError: No authorization token was found
at middleware (/home/phyo/supply-chain-fabric/backend/node_modules/e…
-
Initialize a basic Node.js project with an index.js file and install Express.
-
When executing the following :
run --name rest980 -e BLID=************************ -e PASSWORD=***************** -e ROBOT_IP=192.168.1.74 -e FIRMWARE_VERSION=2 -p 3000:3000 koalazak/rest980:latest…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
using "express": "^4.21.0",
created this middleware for token verification
```
import { NextFunction, Request, Response } from "express";
import { JwtPayload, verify } from "jsonwebtoken";
de…
-
### Verified issue does not already exist?
- [X] I have searched and found no existing issue
### What happened?
Reproduce steps: run `docker compose up` with the following configurations
compose…
ankel updated
1 month ago
-
When running `npm audit fix` to fix the `send` < 0.19.0 vulnerability, I get a message saying the fix can't be done because it will install a (very) old version of `webpack-dev-server`, which is a bre…
-
Hi,
I'd copied the [realtime-quiz-framework](https://github.com/ably-labs/realtime-quiz-framework) on an ubuntu vps.
I did some tests and that's worked very well.
But, after I'd updated all dependec…