Skip to content
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

Route [login] not defined. #30

Closed
JugalRupela opened this issue Aug 18, 2020 · 6 comments
Closed

Route [login] not defined. #30

JugalRupela opened this issue Aug 18, 2020 · 6 comments

Comments

@JugalRupela
Copy link

Hi,
I'm a newbie and a learner, I tried to follow the steps and install it in my local machine, everything installed smoothly but at the end of the installation when i try to access it keeps throwing this error:

"Symfony\Component\Routing\Exception\RouteNotFoundException
Route [login] not defined.
http://localhost/laravelprojects/chatApp/public/chatify"

I tried few times but i don't understand what am I doing wrong.

@munafio
Copy link
Owner

munafio commented Aug 18, 2020

Please check your app url and make sure that all your credentials are correct .. or re-install it again but follow the steps carefully as mentioned..

@sinnbeck
Copy link

Did you remember to scaffold the auth stuff in laravel?

https://laravel.com/docs/7.x/authentication#authentication-quickstart

After that you should make sure that you have this in your web.php (routes folder)

Auth::routes();.

@munafio munafio closed this as completed Aug 29, 2020
@munafio
Copy link
Owner

munafio commented Aug 29, 2020

Thanks for you @sinnbeck .
@JugalRupela , I thought you already scaffold the auth stuff in your Laravel application .. because a chat system like this won't work without authentication system!! right?

Follow the official documentation :
https://laravel.com/docs/7.x/authentication#authentication-quickstart

as @sinnbeck mentioned above.

@JugalRupela
Copy link
Author

@sinnbeck Thank you so much for the help, it worked.
@munafio my bad I didn't, still a newbie :)

Thank you so much for your help! U guys rock as always 👍

@ralphsunny22
Copy link

app.js:1 POST http://127.0.0.1:8000/chatify/idInfo 500 (Internal Server Error)
please help me resolve. Installation was perfect. this ajax request error

@sinnbeck
Copy link

@ralphsunny22

  1. This issue is closed
  2. Your issue does not seem to be related

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants