-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loading the project (npm start) gives a 404 error #1
Comments
same here... |
Dear @aamirlaasi and @ModjoInc. the project works. Please follow these steps:
At this point, you will be able to see LOADING screen when you go to locahost:3000/index.html. To see a recipe,
|
this is a cors issue. to fix:
and this line to /index.js |
it is not beautiful |
username: [email protected] as per user data in mongodb collection |
After installing the dependencies (npm install) and starting the project (npm start), calling up localhost:3000 gives a 404 error. However, I am able to access the admin panel at http://localhost:3000/keystone/.
The text was updated successfully, but these errors were encountered: