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
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.