auth0-blog / emberjs2authenticationtutorial

This is a sample that shows how to add authentication to an EmberJS 2 app
4 stars 2 forks source link

Listening on localhost:3333 ember-cli expected ./server/index.js to be the entry for your mock or proxy server #1

Open EmberJSParis opened 7 years ago

EmberJSParis commented 7 years ago

Hi,

I try to run this code and I got Listening on localhost:3333 ember-cli expected ./server/index.js to be the entry for your mock or proxy server

pauldavis commented 7 years ago

I had the same trouble. I am finding the tut very confusing. I am trying to follow the instructions, but it seems to assume more node knowledge that I have.

unicodeveloper commented 7 years ago

What issues are you experiencing? @pauldavis @EmberJSParis

Artadys commented 7 years ago

First I git clone https://github.com/auth0-blog/emberjs2authenticationtutorial.git (I have ember-cli: 2.13.1 node: 6.11.0 os: darwin x64 installed) then cd whistleblower doesn't exist - I done npm install in the emberjs2authenticationtutoria folder than many errors solved by doing npm install "the reason of the error" than we got the message at the end Listening on localhost:3333 ember-cli expected ./server/index.js to be the entry for your mock or proxy server TypeError: ember-cli expected ./server/index.js to be the entry for your mock or proxy server

I suppose we should run in parallel the whistleblower server but this server is not documented - in final is missing information - please note, I posted in June 2017 and we are now in August 2017 - lack of informations - Thanks for reply

unicodeveloper commented 7 years ago

Sorry for the late reply. I'll fix this today

On Tue, Aug 1, 2017 at 2:14 PM Artadys notifications@github.com wrote:

First I git clone https://github.com/auth0-blog/emberjs2authenticationtutorial.git (I have ember-cli: 2.13.1 node: 6.11.0 os: darwin x64 installed) then cd whistleblower doesn't exist - I done npm install in the emberjs2authenticationtutoria folder than many errors solved by doing npm install "the reason of the error" than we got the message at the end Listening on localhost:3333

ember-cli expected ./server/index.js to be the entry for your mock or proxy server

TypeError: ember-cli expected ./server/index.js to be the entry for your mock or proxy server

I suppose we should run in parallel the whistleblower server but this server is not documented - in final is missing information - not I posted in June 2017 and we are now in August 2017 - lack of informations - Thanks for reply

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/auth0-blog/emberjs2authenticationtutorial/issues/1#issuecomment-319366197, or mute the thread https://github.com/notifications/unsubscribe-auth/ACz20cJUjudrDrBAHDWBrt0GdNNTu3_Vks5sTySpgaJpZM4N_C2g .

-- Best Regards,

Otemuyiwa Prosper Technical Writer | Auth0 auth0.com https://auth0.com/ Google Developer Expert (c) +234-708-909-5645 | @unicodeveloper https://twitter.com/unicodeveloper | prosper.otemuyiwa1 ( Skype )

daupawar commented 7 years ago

Getting this error

Listening on localhost:3333 ember-cli expected ./server/index.js to be the entry for your mock or proxy server

marzien commented 7 years ago

@unicodeveloper any news about solution? Dd we should use http-mock?

ReenaKumari commented 6 years ago

Getting this error

ember-cli expected ./server/index.js to be the entry for your mock or proxy server