datamweb / shield-oauth

OAuth for CodeIgniter Shield
https://www.shield-oauth.codeigniter4.ir/
MIT License
61 stars 16 forks source link

92 : HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2) #43

Closed luciocodeigniter closed 1 year ago

luciocodeigniter commented 1 year ago

PHP Version

8.2.5

CodeIgniter4 Version

4.3.6

Shield Version

beta

Shield OAuth Version?

dev-main

Which operating systems have you tested for this bug?

Linux

Which server did you use?

apache

Database

5.7.33

Did you add customize OAuth?

NO

What happened?

I'm trying to use google oauth and I got the error:

92 : HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)

image

Steps to Reproduce

I tried using Google's login button

Expected Output

working

Anything else?

No response

datamweb commented 1 year ago

Hi, first of all please use develop branch:

composer require datamweb/shield-oauth:dev-develop

Use the method described below to fix the error:

https://github.com/datamweb/shield-oauth/issues/1#issuecomment-1303157306

luciocodeigniter commented 1 year ago

Thanks for the quick response. It worked out.

On Sun, Jul 23, 2023 at 3:37 AM Pooya Parsa Dadashi < @.***> wrote:

Hi, first of all please use develop branch:

composer require datamweb/shield-oauth:dev-develop

Use the method described below to fix the error:

1 (comment)

https://github.com/datamweb/shield-oauth/issues/1#issuecomment-1303157306

— Reply to this email directly, view it on GitHub https://github.com/datamweb/shield-oauth/issues/43#issuecomment-1646760326, or unsubscribe https://github.com/notifications/unsubscribe-auth/AX4SAQ3K6NZVMKQAIRDMRJLXRTBCLANCNFSM6AAAAAA2UJYNRA . You are receiving this because you authored the thread.Message ID: @.***>

luciocodeigniter commented 1 year ago

Thanks for the quick response. It worked out.