RYFN
RYFN
`const testRequest = supertestChai.request('http://my-url/');` does not work. Results in the following error: ``` /Users/....../node_modules/supertest-chai/index.js:10 var addr = app.address(); ^ TypeError: app.address is not a function at Object.module.exports.request (/Users/....../node_modules/supertest-chai/index.js:10:20) ``` Would...
### Related issues ### [REQUIRED] Version info **node:** 16 **firebase-functions:** 4.3.1 **firebase-tools:** 11.24.0 **firebase-admin:** 11.3.0 ### [REQUIRED] Test case I want to deploy the same function to multiple GCP projects,...
### Checklist - [x] The issue can be reproduced in the [nextjs-auth0 sample app](https://github.com/auth0-samples/auth0-nextjs-samples/tree/main/Sample-01) (or N/A). - [x] I have looked into the [Readme](https://github.com/auth0/nextjs-auth0#readme), [Examples](https://github.com/auth0/nextjs-auth0/blob/main/EXAMPLES.md), and [FAQ](https://github.com/auth0/nextjs-auth0/blob/main/FAQ.md) and have not...