While doing Activity 2.3.3: Implement a Basic Check for Each Layer i have a failed IU test check since http://localhost:3000/#/login cannot be reached
1 Like
Can you confirm the application is up and running by trying the link you provided? If you are also seeing page not found, the next step would be to make sure npm start
executed without any errors.
2 Likes
That did the trick, im pretty sure at the beginning when setting up the framework i did the npm start and it was successful but now by running it again its all working as expected, thank you for the help
2 Likes