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

Dapp submission process not working #23

Open
jakubgs opened this issue Oct 14, 2022 · 3 comments
Open

Dapp submission process not working #23

jakubgs opened this issue Oct 14, 2022 · 3 comments
Assignees

Comments

@jakubgs
Copy link
Collaborator

jakubgs commented Oct 14, 2022

It was reported by a user two days ago that the submission process doesn't work:

image

I initially suspected an issue with emails since I upgraded Node in our lambda function in 2613f371 but I've tested sending emails and it did work fine: https://groups.google.com/a/status.im/g/dapps-approvals

image

While working on this I upgraded the Elastic Beanstalk environment to Amazon Linux 2 in: #22 (comment)

@jakubgs jakubgs self-assigned this Oct 14, 2022
@jakubgs
Copy link
Collaborator Author

jakubgs commented Oct 14, 2022

While working on that I also identified an issue with IPFS gateway:

image

Because Infura made the gateway require auth: https://docs.infura.io/infura/networks/ipfs/http-api-methods/version

So I just switched the URL to be https://ipfs.status.im/: dap-ps/discover@c959f7f4

@jakubgs
Copy link
Collaborator Author

jakubgs commented Oct 14, 2022

Some changes I made to the previously deployed production app ZIP:

  • Included node_modules I assembed for the devel environment build.
  • Updated JS bundle to use ipfs.status.im instead of ipfs.infura.io.
  • Changed start script in package.json to be node server.js instead of nodemon server.js.

But the issue with submission popup not showing up still persists.

@jakubgs
Copy link
Collaborator Author

jakubgs commented Oct 14, 2022

Since I can't fix the issue I've temporarily disabled the submission button by editing the JS bundle:

image

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