Nicolas Blanc

Results 4 comments of Nicolas Blanc

**in src/home/index.js** ```Javascript export default { path: '/home', async action() { return ; }, }; ``` **in login/index.js** ``` Javascript export default { path: '/', action() { return ; },...

Yes I changed back but now, after changing these paths in both index/js files, localhost:3000/home or localhost:3001/home show nothing on the navigator. Moreover, I can see pages on localhost:3000 with...

Is but not home ! Le mer. 29 nov. 2017 à 12:43, Sarika a écrit : > Is the login page loading? > > — > You are receiving this...

Fixed ! I had to swap position of /' in login.js. Thank you @sarika01 !