Skip to content
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

AWS S3 HEROKU #1232

Closed
bmatusiak opened this issue Apr 28, 2022 · 0 comments
Closed

AWS S3 HEROKU #1232

bmatusiak opened this issue Apr 28, 2022 · 0 comments

Comments

@bmatusiak
Copy link
Collaborator

as you can see in the output there is something wrong here

gun/lib/rs3.js

Line 97 in 8e4128b

Gun.obj.map(cbs, cbe);

2022-04-28T03:29:18.263224+00:00 app[web.1]: /app/node_modules/aws-sdk/lib/request.js:31
2022-04-28T03:29:18.263226+00:00 app[web.1]: throw err;
2022-04-28T03:29:18.263226+00:00 app[web.1]: ^
2022-04-28T03:29:18.263226+00:00 app[web.1]: 
2022-04-28T03:29:18.263227+00:00 app[web.1]: TypeError: Cannot read property 'map' of undefined
2022-04-28T03:29:18.263228+00:00 app[web.1]: at Response.<anonymous> (/app/node_modules/gun/lib/rs3.js:97:12)
2022-04-28T03:29:18.263228+00:00 app[web.1]: at Request.<anonymous> (/app/node_modules/aws-sdk/lib/request.js:367:18)
2022-04-28T03:29:18.263229+00:00 app[web.1]: at Request.callListeners (/app/node_modules/aws-sdk/lib/sequential_executor.js:106:20)
2022-04-28T03:29:18.263229+00:00 app[web.1]: at Request.emit (/app/node_modules/aws-sdk/lib/sequential_executor.js:78:10)
2022-04-28T03:29:18.263229+00:00 app[web.1]: at Request.emit (/app/node_modules/aws-sdk/lib/request.js:686:14)
2022-04-28T03:29:18.263230+00:00 app[web.1]: at Request.transition (/app/node_modules/aws-sdk/lib/request.js:22:10)
2022-04-28T03:29:18.263230+00:00 app[web.1]: at AcceptorStateMachine.runTo (/app/node_modules/aws-sdk/lib/state_machine.js:14:12)
2022-04-28T03:29:18.263230+00:00 app[web.1]: at /app/node_modules/aws-sdk/lib/state_machine.js:26:10
2022-04-28T03:29:18.263230+00:00 app[web.1]: at Request.<anonymous> (/app/node_modules/aws-sdk/lib/request.js:38:9)
2022-04-28T03:29:18.263231+00:00 app[web.1]: at Request.<anonymous> (/app/node_modules/aws-sdk/lib/request.js:688:12)
2022-04-28T03:29:18.456355+00:00 heroku[web.1]: State changed from starting to crashed
2022-04-28T03:29:18.392859+00:00 heroku[web.1]: Process exited with status 1

it works locally somehow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant