Replies: 1 comment
-
The If you can link your repository with the code someone could look over it to spot why your problem occurs. While it's unlikely that the tutorial is incorrect, we want to double check. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm not sure is a bug or miss understanding from my side. I make the tutorial for the authentication. But at the end when do
gatsby develop
I receive from my browser is path problem when I click onlogin
orprofile
the app try to go/app/login
or/app/profile
but in code snippet all the time the path indicate is/app/profile
or/app/login
so that's make sens but it's ask to to create the file in the pathsrc/components/profile.js
andsrc/components/login.js
plus in the code of
app.js
the import file isTo solve it :
I put the the file
profile.js
andlogin.js
and create a folderapp
and change the import pathNow that's work great.
Beta Was this translation helpful? Give feedback.
All reactions