Medium Clone and New Account

Am I correct that the Medium Clone can only be accessed with a fully-fledged account? I intend to pay for full membership(!), but wanted to see the working model of the Medium project before doing so. Thus far I can sign into Metamask, having pressed the “Connect Wallet” button, but the full UI does not appear. The landing page remains stubbornly in place :slight_smile:

fully-fledged account

Can you elaborate on this and the issue you’re having (with a screenshot)? All Moralis tutorial projects are usable with a free Moralis account.

You can compare your code with the final repo.

Using the full build on Github, I run yarn start and the localhost homepage pops up (see screenshot). I press “Connect Wallet” and wallet is indeed connected to Mumbai - also in screenshot. But once “Sign” is pressed within Metamask and the sign-screen disappears, the app’s landing page + “Connect Wallet” remain in place. No access is granted to the app itself.

Can you check your browser console for any errors?

I can’t reproduce this (git clone for Medium-Final > yarn install > add server details to index.js > yarn start).

What’s your preferred order of actions or steps?

It shouldn’t matter as long you have installed all the necessary packages and added your server details to the <MoralisProvider> component.

1 Like