-
Hello,
To be able to run npm install we need a package.json properly configured with dependencies.
Can you provide it?
-
### Environment
```
System:
OS: Windows 11 10.0.22631
CPU: (6) x64 Intel(R) Core(TM) i5-8600K CPU @ 3.60GHz
Memory: 2.47 GB / 15.83 GB
Binaries:
Node: 20.13.1 - C:\Program…
-
I forked your code and ran npm install. Im running into this issue: Error: Illegal arguments: undefined, string
(method:Post) localhost:8080/api/auth/signup
Error: Illegal arguments: undefined, …
-
**attempting to do:**
titled.
**error:**
not so much an error just trying to avoid one and creating log place for notes.
**proposed approach:**
package.json "scripts" { } ?
// currently d…
-
This will be a basic app where users can register, log in, and view a protected resource using JWT for authentication.
### Backend Setup:
#### 1. Initialize a new Node.js project:
```bash
mkdi…
-
It is the first time that I use docker and honestly, I have no idea how it works, I have limited myself to following the installation instructions that you indicate but I cannot in any way get the app…
-
### GET 요청
이메일 인증
`https://localhost:8080/api/confirm/:confirmationCode`
### POST요청
회원가입
`https://localhost:8080/api/signup`
로그인
`https://localhost:8080/api/signin`
회원가입 및 로그인 라우팅 경로는 위와 같…
-
When having a security hook in place in app/before/all (thus being executed before the service level hooks) using an `authenticate('jwt')` hook in other services screwed up the auth hook for us.
Us…
-
Hi EliArad,
Please add basic documentation to run the app.
-
Hi,
I have tried to go to server parse dashboard (http://localhost:4040/apps/F8/), but it hangs there. And when i tried to access (http://localhost:4040), it shows the F8 is unable to connect to serv…