neoighodaro-articles / trello-clone-vue-laravel

This is a Trello clone built using Laravel and Vue. You can read about how it was created in the series.
113 stars 49 forks source link

500 Internal Server Error #10

Closed ghost closed 5 years ago

ghost commented 5 years ago

When i click register button ,the console says :bootstrap.js:279 POST http://127.0.0.1:8000/api/register 500 (Internal Server Error) dispatchXhrRequest @ bootstrap.js:279 xhrAdapter @ bootstrap.js:118 dispatchRequest @ bootstrap.js:726 Promise.then (async) request @ bootstrap.js:528 Axios. @ bootstrap.js:553 wrap @ bootstrap.js:1071 handleSubmit @ app.js:460 invokeWithErrorHandling @ app.js:9659 invoker @ app.js:9984 original._wrapper @ ### ### ### app.js:15337 app.js:473 Error: Request failed with status code 500 at createError (bootstrap.js:653) at settle (bootstrap.js:899) at XMLHttpRequest.handleLoad (bootstrap.js:166) (anonymous) @ app.js:473 Promise.catch (async) handleSubmit @ app.js:472 invokeWithErrorHandling @ app.js:9659 invoker @ app.js:9984 original._wrapper @ app.js:15337

neoighodaro commented 5 years ago

Check your Laravel log to see what the issue is

Neo Ighodaro Software Engineer | Twitter | neoighodaro.com On Aug 9, 2019, 5:48 PM +0200, LeonLee notifications@github.com, wrote:

When i click register button ,the console says :bootstrap.js:279 POST http://127.0.0.1:8000/api/register 500 (Internal Server Error) dispatchXhrRequest @ bootstrap.js:279 xhrAdapter @ bootstrap.js:118 dispatchRequest @ bootstrap.js:726 Promise.then (async) request @ bootstrap.js:528 Axios. @ bootstrap.js:553 wrap @ bootstrap.js:1071 handleSubmit @ app.js:460 invokeWithErrorHandling @ app.js:9659 invoker @ app.js:9984 original._wrapper @ ### ### ### app.js:15337 app.js:473 Error: Request failed with status code 500 at createError (bootstrap.js:653) at settle (bootstrap.js:899) at XMLHttpRequest.handleLoad (bootstrap.js:166) (anonymous) @ app.js:473 Promise.catch (async) handleSubmit @ app.js:472 invokeWithErrorHandling @ app.js:9659 invoker @ app.js:9984 original._wrapper @ app.js:15337 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.