-
Requires `host` to be configurable with the ability of ssh to run on server
-
https://github.com/smswithoutborders/SMSwithoutborders-BE/blob/cc40360197780e629f7f1f882164de83703d5c16/config/example.production.json#L40
cannot find any information which instructs on how to get …
-
https://github.com/smswithoutborders/smswithoutborders.com/blob/9acf563244ca06cccdfbd57e7771e785b6c707bf/src/pages/Profile.jsx#L77
to enhance devs ability to understand why they need each variable,…
-
https://github.com/smswithoutborders/SMSwithoutborders-BE/blob/cc40360197780e629f7f1f882164de83703d5c16/server.js#L79
SSL should be available even in development mode.
The difference with product…
-
**Observation**
Cannot find documentation on how to see and use the logs the API is sending out
**Proposal**
Include more documentations to cover this case
-
For the sake of development, blocking (after many failed attempts) should be configurable from a config file.
Could include options such as enable_blocking = (bool), without needing the developer to…
-
I get the following warning and output when I run as production:
```
OAuth-2.0-authentications-API@1.0.0 start_main
> node controllers/sync_platforms.js && node server.js
WARNING: NODE_ENV va…
-
When deleting an account, a password is required for confirmation. If the password is wrong, a 401 is thrown resulting in the user being logged out by the app instead.
A 403 would be better since …
-
**Observation**
Once a single modem starts failing, every modem stops sending. When this modem is unplugged, sending resumes.
More information is needed on this to better understand what's causing i…
-
I'm running Ubuntu 20.04.3 LTS and npm 8.5.0.
I get this output on `npm install`
```
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolv…