Facing issue while testing new provider
Ok so I've added a new SMS provider called Clicksend. I'm done with the programming part, but facing issue to test this provider.
When I run the command in root directory, 'pnpm run test:providers' I get the following error:
More over I'm running the project locally while testing this. Here's what I did:
Ran these commands in separate terminals.
npm run start:web
npm run start:worker
npm run start:api
Only localhost:4200 works (I'm unable to login. It says 'Network error' )
Please help me out with this issue
When I run the command in root directory, 'pnpm run test:providers' I get the following error:
More over I'm running the project locally while testing this. Here's what I did:
Ran these commands in separate terminals.
npm run start:web
npm run start:worker
npm run start:api
Only localhost:4200 works (I'm unable to login. It says 'Network error' )
Please help me out with this issue
