-
Clicking the facebook button crashes the app - iOS. The only console log is no user logged in.
-
### I have given the below things in the body
{
"username": "modera",
"email": "abc@xyz.com",
"password": "12345678",
"roles": ["user", "moderator"]
}
### **Below is the excepti…
-
```
const fetch = require("node-fetch");
const bcrypt = require("bcryptjs");
const jwt = require("jsonwebtoken");
const HASURA_OPERATION = `
mutation ($username: String!, $password: String!) {
…
-
### Bug description
I have Font Awesome Pro license.
Followed the steps as mentioned in : [font awesome dynamic icons import steps](https://fontawesome.com/docs/web/use-with/react/add-icons) use…
-
the back-end will not run on Windows, after following all the steps due to the error
> 'NODE_ENV' is not recognized as an internal or external command, operable program or batch file.
only wa…
-
### Search Terms
If I try to run the script src/index.ts, it results in this error
```
TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts" for /home/chen/development/relatrack-ba…
-
# There seems to be an issue ⚠ with loading the `langchain` document and the `officeparser` package.
Everything is running smoothly with my tRPC APIs, except for one issue I encountered while att…
-
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…
-
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, …
-
Hello,
To be able to run npm install we need a package.json properly configured with dependencies.
Can you provide it?