laravel / socialite

Laravel wrapper around OAuth 1 & OAuth 2 libraries.
https://laravel.com/docs/socialite
MIT License
5.58k stars 940 forks source link

400 Bad Request #720

Closed unger86 closed 1 month ago

unger86 commented 1 month ago

Socialite Version

1.6.1

Laravel Version

11

PHP Version

8.3

Database Driver & Version

No response

Description

Local - all work! On prod - hosting error: Client error:POST https://www.googleapis.com/oauth2/v4/tokenresulted in a400 Bad Requestresponse: { "error": "invalid_request", "error_description": "Missing required parameter: code" }

Steps To Reproduce

Client error:POST https://www.googleapis.com/oauth2/v4/tokenresulted in a400 Bad Requestresponse: { "error": "invalid_request", "error_description": "Missing required parameter: code" }

crynobone commented 1 month ago

Hey there,

Unfortunately we don't support this version of the library anymore. Please check out our support policy on which versions we are currently supporting. Can you please try to upgrade to the latest version and see if your problem persists? If so, please open up a new issue and we'll help you out.

Thanks!