What version of the DMPRoadmap code are you running? (e.g. v4.0.9)
Good evening, everyone. I'm implementing the orcid sandbox, in the testing environment https://t-pgd.ibict.br, but I receive the error below. Can you help me?
Erro Orcid
Cannot render console from 179.247.249.48! Allowed networks: 127.0.0.0/127.255.255.255, ::1
(orcid) Request phase initiated.
Started GET "/users/auth/orcid/callback?code=[FILTERED]&state=ee9285da004e4f833f7b5ce4cb396ab372084f441710c882" for 179.247.249.48 at 2024-07-02 09:51:38 -0300
Cannot render console from 179.247.249.48! Allowed networks: 127.0.0.0/127.255.255.255, ::1
(orcid) Callback phase initiated.
(orcid) Callback phase initiated.
(orcid) Authentication failure! invalid_credentials: OAuth2::Error, invalid_grant: Reused authorization code: oKtTjd
{"error":"invalid_grant","error_description":"Reused authorization code: oKtTjd"}
Processing by Users::OmniauthCallbacksController#failure as HTML
Parameters: {"code"=>"[FILTERED]", "state"=>"ee9285da004e4f833f7b5ce4cb396ab372084f441710c882"}
OmniauthCallbacksController - FAILURE for orcid
Redirected to https://t-pgd.ibict.br/
Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 1207)
What version of the DMPRoadmap code are you running? (e.g. v4.0.9) Good evening, everyone. I'm implementing the orcid sandbox, in the testing environment https://t-pgd.ibict.br, but I receive the error below. Can you help me?
Erro Orcid
Cannot render console from 179.247.249.48! Allowed networks: 127.0.0.0/127.255.255.255, ::1 (orcid) Request phase initiated. Started GET "/users/auth/orcid/callback?code=[FILTERED]&state=ee9285da004e4f833f7b5ce4cb396ab372084f441710c882" for 179.247.249.48 at 2024-07-02 09:51:38 -0300 Cannot render console from 179.247.249.48! Allowed networks: 127.0.0.0/127.255.255.255, ::1 (orcid) Callback phase initiated. (orcid) Callback phase initiated. (orcid) Authentication failure! invalid_credentials: OAuth2::Error, invalid_grant: Reused authorization code: oKtTjd {"error":"invalid_grant","error_description":"Reused authorization code: oKtTjd"} Processing by Users::OmniauthCallbacksController#failure as HTML Parameters: {"code"=>"[FILTERED]", "state"=>"ee9285da004e4f833f7b5ce4cb396ab372084f441710c882"} OmniauthCallbacksController - FAILURE for orcid Redirected to https://t-pgd.ibict.br/ Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 1207)
Att
Flavio Castro de Sousa