Skip to content

Conversation

@JulesFiliot
Copy link
Contributor

@JulesFiliot JulesFiliot commented Nov 18, 2025

@vercel
Copy link

vercel bot commented Nov 18, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
community-dapp Ready Ready Preview Comment Nov 28, 2025 8:51am

@JulesFiliot
Copy link
Contributor Author

JulesFiliot commented Nov 19, 2025

Build failing is expected because we need the latest version of the status-js package. So we are waiting on this PR status-im/status-web#847 to be merged before being able to properly build, deploy & test the deployed version.

@jinhojang6
Copy link

jinhojang6 commented Nov 27, 2025

@JulesFiliot
The build (yarn build) with Node 22 works, but I get this error message at https://localhost:8080/votes (it redirects to https for localhost for some reason)
Screenshot 2025-11-27 at 2 32 07 PM

Is it expected?

@JulesFiliot
Copy link
Contributor Author

@JulesFiliot The build (yarn build) with Node 22 works, but I get this error message at https://localhost:8080/votes (it redirects to https for localhost for some reason)
Is it expected?

@jinhojang6 it's not expected it might be because the project is not started correctly, I forgot to give you the steps to run it; you have to do the following:

  • At project root: yarn
  • In a different terminal window: anvil
  • Then in your initial terminal window at root: cd packages/contracts && forge script script/DeployContracts.s.sol --fork-url http://127.0.0.1:8545 --broadcast
  • Then: cd - (to go back at project's root) and
INFURA_API_KEY=[from vercel] VOTING_CONTRACT=[address] DIRECTORY_CONTRACT=[address] MULTICALL_CONTRACT=[address] TOKEN_CONTRACT=[address] FEATURED_VOTING_CONTRACT=[address] yarn start

The different [address] can be retrieved from the output of the forge script script/DeployContracts.s.sol... command.

If after running the project like that you still have an error, it means there is a problem :,).

Copy link
Collaborator

@felicio felicio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

👏

@github-project-automation github-project-automation bot moved this from In Progress to Waiting in Web & User Interfaces Nov 28, 2025
@jinhojang6
Copy link

Screenshot 2025-11-28 at 4 05 57 PM Finally it worked

@jinhojang6
Copy link

jinhojang6 commented Nov 28, 2025

image image Screenshot 2025-11-28 at 4 23 26 PM Screenshot 2025-11-28 at 4 28 46 PM

@JulesFiliot
Copy link
Contributor Author

@status-im/web can someone with merge to master rights merge the PR please? I don't have the authorization :,)

@felicio felicio merged commit 9369e64 into master Dec 1, 2025
7 checks passed
@github-project-automation github-project-automation bot moved this from Waiting to Done in Web & User Interfaces Dec 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants