-
Notifications
You must be signed in to change notification settings - Fork 75
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
createPost Issue: stuck at loading screen #1
Comments
Yeah, I am running into the same problem.. It appears that there is something funny with the app.js.
It seems like the ".once" function isn't firing, or nothing is being returned. I'm wondering if the web3.js updated something that blew this up. |
@johnsin weird probably... I will try to work on it this week and see if I can get it to work the right way... Thank you for taking a look at the issue as well! |
@Madgeniusblink But what is odd is that his code worked, and ours didn't. So I am wondering if they updated the Web3 lib and when we pulled it down from out package.json.. we got a newer version that handles the .once/event/callback stuff differently. I haven't tested anything yet... but this is what I am deducing the bug down to. I'm just lazy right now. ;) If I get motivated.. ill update again! |
hahaha, thank you! and I will as well try it in next couple of days if you haven't gotten to it |
@Madgeniusblink @johnsin I have corrected the issue, most probably it was a version mismatch and have uploaded the project on https://github.com/var-rohit/Ethereum-DApp-using-React |
I updated web3 to the latest 1.2.6 and it worked |
Hi I was wondering why after creating the post the state sets to loading but never goes back to false(not loading)?
I try to debug it but no luck... I do get this error when I use the react chrome extension to check the state:
Any idea what it could be?
Here is my repo link: https://github.com/Madgeniusblink/SocialNetwork-Dapp
It seems that it also happens after user tips.
Overall the application works just fine no issues there.. it just gets stuck in the loading state.. and I have no idea how to fix that.
Thank you in advance for taking a look at the issue!
The text was updated successfully, but these errors were encountered: