Gurdt
Gurdt
Same problem over here
Got the same over here, can't find why. `const registerAccount = async payload => { try { console.log(payload); ... ` Returns: { username: 'concessionunfashionable8go', password: 'NizRJqNxGy_MK32', email: '[email protected]', birthday: {...
Create an file named "config.env" set `WORK_TYPE="public"` or open config.ts and change `WORK_TYPE: process.env.WORK_TYPE === undefined ? "private" : process.env.WORK_TYPE,` to `WORK_TYPE: process.env.WORK_TYPE === undefined ? "public" : process.env.WORK_TYPE,`
Got the same problem, currently i'm figger out too fix. If i got this, i will share it with you guys,
This only return "1"
cd to the correct folder, and enter following command in BotsApp directory: `pm2 start npm -- start`