-
Notifications
You must be signed in to change notification settings - Fork 793
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
Order-Ahead Sample Application #211
Comments
Are you getting the error when running |
Morning,
However, I am now still hitting a wall as I am getting the following error when running Localhost:3000
I have replaced my access token on the developer portal and still getting the same error. |
I am getting the error when running |
The UNAUTHORIZED error means either you're using an invalid access token or it has expired. If you're using sandbox, please make sure to copy from the sandbox credentials in your dashboard and not your production. |
Hi,
I am testing out the order ahead sample application and have already hit a problem.
On testing your credentials, I run the following command:
npm test
However I get the following arror. I have tried troubleshooting but hitting a wall. Any help is greatly appreciated.
`C:\Users\Michael Hilland>npm run seed
npm ERR! missing script: seed
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Michael Hilland\AppData\Roaming\npm-cache_logs\2020-11-28T17_29_04_639Z-debug.log`
The text was updated successfully, but these errors were encountered: