Replies: 2 comments 1 reply
-
Facing this same issue EDIT: This was not my issue, turns out my problem was that I was forcing HTTPS from my AppServiceProvider which caused trouble in the GitHub CI |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, If you're using a force SSL scheme try to exclude local and testing environments. For instance:
Hope this helps! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
We wanted to use GitHub Actions for our Dusk tests.
Tests without the
->loginAs()
method are working for some reason.Tests with this method are failing like this:
Anyone knows a solution?
Beta Was this translation helpful? Give feedback.
All reactions