You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I upgraded nexus from 0.25.0 to 0.26.1. I had to update my server settings for cors as shown in #380 after the upgrade and it works fine, but I am still getting an Error for cookieParser when trying to pass the function as an express middleware.
I have the following code:
import * as bodyParser from "body-parser";
server.express.use(cookieParser())
Error:
✕ nexus reflection failed
| error TypeError: cookieParser is not a function
Any ideas how to solve this? It was working fine before I upgraded, thanks!
The text was updated successfully, but these errors were encountered:
I upgraded nexus from
0.25.0
to0.26.1
. I had to update my server settings forcors
as shown in #380 after the upgrade and it works fine, but I am still getting an Error forcookieParser
when trying to pass the function as an express middleware.I have the following code:
Error:
Any ideas how to solve this? It was working fine before I upgraded, thanks!
The text was updated successfully, but these errors were encountered: