Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Laravel User registration pops an error message instead of redirecting to verify email


User registration pops an error message instead of redirecting to verify email.

1. I click sign up
2. error message appears
3. I click ok
4. I refresh the page
5. Verify Email page appears

Meanwhile I receive the email "Verify Email Address".

So I thing the sign up page, when succeed is not automatically redirecting to verify email page.

How to solve this? Thanks


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (16)


Could you kindly share a screenshot of the issue you're encountering? Additionally, please check the console log for any JavaScript errors.

You can use imgbb.com to send the screenshot.

Thanks



Please see screenshot: https://ibb.co/sFvXQxj

FYI, meanwhile you see the message, the verification email was correctly sent.
FYI, When you click OK, it wont refresh the page so it goes to verify email page.
FYI, When you F5 to refresh the page, it goes to verify email page.

How to check the console log?



Solved already.

Had to replace:


return redirect(RouteServiceProvider::HOME);


to


return $user;


in RegisteredUserController.php



It's great that you were able to solve the issue! Your solution seems to have addressed the problem.
If you have any more questions or run into further issues, feel free to ask for assistance.



Discover the impeccable world of luxury dresses by Ammara Khan. Elevate your fashion game with our exquisite collection of Pakistani Luxury Formals and indulge in the finest luxury clothes that Pakistan has to offer.



Shop the latest Party Dresses from ECS! Discover a stunning collection of styles, sizes, and colors to make your next event unforgettable. Get ready to turn heads and steal the show with our latest collection of party dresses. Order now.



Checkout our online store to find the perfect wedding dresses for your big day. Explore our beautiful collection of elegant, classic wedding dresses that make you feel like a princess. Get the outfit of your dreams by shopping right now.



Shop the latest collection of formal dresses at Chahyay. Find stunning designs and styles to make a statement at any formal event.



With a broad range of colors and styles, we offer the best Summer Collection online at jazminpk. We present the latest summer dresses with premium quality fabric. So, get your favorite dresses online today.



Discover the latest trends in ready to wear dresses for every occasion and the latest styles in fashion. Browse our carefully chosen selection of stylish and reasonably priced women's clothes.



Add a touch of beauty to your look with [fresh flower jewellery](https://houseofflowers.pk/collections/flower-jewellery) from our collection. Handcrafted with natural flowers, our jewellery is perfect for special occasions or everyday wear. Discover unique designs and enjoy.



Shop the latest collection of men shoes online at Borjan. Find the perfect pair for every occasion with our wide range of styles and designs.



Discover the latest collection of trousers for men in pakistan at Nayza - the ultimate destination for fashionable and high-quality trousers for men in Pakistan. Explore a wide range of trendy designs and find the perfect pair to elevate your style.



<p>Browse our range and find the perfect formal dresses from Afrozeh to express your unique style and grace on those memorable occasions.&quot;</p>



Discover the perfect winter collection to keep you warm and fashionable all season. Our carefully selected collection includes the newest winter fashion trends. Shop now to add our top picks to your winter wardrobe.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(