Level 4
Check your .env file in the APP_URL key, should be changed to use the specific port you're on:
APP_URL=http://localhost:8000
Hello Guy's!
In my API project when I created new users then user receive email verification on email address. He successively receives an email about changing the default password.
Everything works fine manually but when I create test create new user and run this by artisan test I receive email without :8000 only to verify email button url for set default password url all it's okey.
Any ideas?
Please or to participate in this conversation.