-
**Describe the bug**
Basically when I added bot in first channel it is created but when I created in second channel and try to added in second but not be created but able to get welcome messed in cas…
-
### Is your proposal related to a problem?
RESTified endpoints currently return 200 for every response in a manner congruent with the GraphQL specification rather than following REST rules which wo…
-
In the past I called
`server.use(restify.CORS( {credentials: true, headers: ['x-framlin-ci']}));`
What do I have to call instead of this, now, if I use restify-cors-middleware, to get the same res…
-
```javascript
{
"name": "qn-a-maker-presentation",
"dependencies": {
"botbuilder": "^3.8.4",
"dotenv": "^2.0.0",
"request": "^2.81.0",
"restify": "^4.3.0"
},
"devDepen…
-
Similar to the closed issue #703 (but with a newer version of **restify**)
## Expected Behavior
It should start the `restify` server without problems.
## Current Behavior
As soon as `restify` …
-
I'm trying to handle promise rejection creating a simple middleware, so I did:
```
const errorHandler = (err: Error, req: Request, res: Response, next: Next) => {
console.log('hello world');
…
-
After a fresh install using the following on my local machine:
```
sudo npm install -g git+ssh://git@github.com:joyent/sdc-imgapi-cli.git
```
The joyent-imgadm fails with:
```
module.js:340
thr…
-
On the open source project, I started seeing errors once PR https://github.com/ProboCI/probo-request-logger/pull/2 was merged to probo-request-logger
After updating, I am getting the following in m…
-
### Version Information
2.12
### Environment
any
### What is the current behaviour?
As a collaborator with `user` role and `Execute GraphQL` privileges, I can't run RESTified endpoints …
-
Copied from restify/node-restify#1637
Node version 6.12.3
Restify version 7.1.0
Hi, we are attempting to run our application with FIPS enabled Node, as per a requirement that we have. When usin…