Skip to content
Discussion options

You must be logged in to vote

Dear @jorgetwgroup
First of all thanks for your time and efforts to guide me through the problem
For future uses, I put the solution that worked for me.
Just add following code inside app/Providers/AppServiceProviders into register method and the issue is gone!

    if($this->app->environment('production')) {
        \URL::forceScheme('https');
    }

Replies: 7 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@babakmomeni
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@babakmomeni
Comment options

@babakmomeni
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@babakmomeni
Comment options

@jcastroa87
Comment options

@babakmomeni
Comment options

Comment options

You must be logged in to vote
2 replies
@jcastroa87
Comment options

@tabacitu
Comment options

Answer selected by babakmomeni
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants