-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
supertest and gaxios do not work in conjunction #730
Comments
Greetings! Is there any chance you're trying to run this in the browser, via create-react-app, webpack, rollup, electron, any of that stuff? |
Hey @JustinBeckwith No, this is just an express based API server running purely on nodejs on GAE. While it runs as server, it works fine. It's only during testing that I see this happen. Very weird. Initially I thought it was auth but checked everything with test credentials and not seeing this error happen at all. I will keep the issue updated if I find anything. |
@VikramTiwari could you share the code you are executing in your If I understand correctly, you are able to manually |
Hey @bcoe Yes, that is correct. Here's the failing test.
|
@VikramTiwari nothing immediately jumps out at me (from your logic, or the stacktrace you shared initially). It might also be worth opening an issue on the |
Environment details
@google-cloud/storage
version: 2.5.0Steps to reproduce
Error log:
The text was updated successfully, but these errors were encountered: