Bright Chip
Bright Chip
### Bug description Steps to reproduce the problem: ``` const browser = await puppeteer.launch({ defaultViewport: null, args: process.env.PORT ? ['--no-sandbox'] : args ? args : [], headless: false, ignoreHTTPSErrors: true,...
This project doesn't seem to be on maintaining at all. I'd recommend of using [vime](https://github.com/vime-js/vime) **It's very documented and easier to use!** The author is also very active
The queries are working with POST by default. But I need to change it into GET . And I couldn't figure out ` apollo: { clientConfigs: { default: { httpEndpoint:...
How do I pass user id or token when subscribe to the Apollo server ? _I find it so hard to do a simple subscription like displaying Online users ....
How do add Automatic Persisted Queries Link https://www.apollographql.com/docs/apollo-server/performance/apq/
I want to add custom fields to the users collection and change the default _id from ObjectId to String . But The users getting created still have their _id as...
https://github.com/accounts-js/accounts/blob/14ce077498ea8d89a26ff73ed051885409cb9200/packages/server/src/accounts-server.ts#L481 https://github.com/accounts-js/accounts/blob/14ce077498ea8d89a26ff73ed051885409cb9200/packages/server/src/accounts-server.ts#L514 Can you add an option to return only userId from JWT without go through database for user . ` public async resumeSession(accessToken: string, jwtOnly: Boolean): Promise { `
Tried and I can only get 1 field with loginWIthPassword() in my vue app. Do i have to use apollo mutation to return custom fields i need like user data...
The app could work greatly with a domain, But here I want to directly access the website by IP address. MUP config like: `module.exports = { servers: { two: {...