I Can't resolve '../components/Login' while creating webauth

i can’t resolve this issue even though I have re-checked the code several times and i can’t understand while im unable to import components modules from login.js to page.js

Hey @web3,

looks like you need to move up one more directory ../../components/Login to make it work, otherwise, it’ll try to search under the src folder which the components/Login does not exist.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.