okta / samples-nodejs-express-4

Express 4 samples. Will publish an artifact that can be consumed by end-to-end sample repos
Other
119 stars 119 forks source link

Running the Mock Server returns a 404 #13

Closed saimaddali closed 7 years ago

saimaddali commented 7 years ago

When I run npm run mock-okta it runs fine but when I visit http://127.0.0.1:7777 on the browser, it throws the following error on the console: image

And the browser shows the following: image

johngronberg-okta commented 7 years ago

Closing this issue. Nothing is supposed to load at 127.0.0.1:7777. Instead run npm start and go to localhost:3000