Cannot convert undefined or null to object keycloak - keycloak

From Keycloak I got step by step for setting Identity Provider Redirector flow. I got the error "Cannot convert undefined or null to object"
Authentication -> Click Flows tab > Click browser-> Click setting icon in Identity Provider Redirector (1)-> Cannot convert undefined or null to object (2)
(1)
then I get an error as below (2)
I spent more time for searching the problem but I have no result. Could everyone help me!

Unfortunately you hit a known bug. Corrected in Keycloak 20.

for anyone facing this issue, this is knowing bug at v19.
was fixed on v20.
upgrade your keycloak server to v20 and this issue will be gone.
here details for the issue.

Related

What does 'ApiExpception: 7' mean when using Google sign-in through Firebase?

When trying to use Google sign-in through Firebase Authentication in Flutter, I am getting an error:
flutter com.google.android.gms.common.api.apiexception: 7
I did not find any solution for this problem anywhere. What does this mean?
This error occurs when you are not connect to the internet.
Check your connection and try again.
Terrible error messaging here by Google, so good question!
From the Java docs for ApiException, it says that the exception has a method getStatusCode, which returns:
Status code resulting from the operation. The value is one of the constants in CommonStatusCodes or specific to the API in use.
They mention that getMessage() will return "a summary of the cause" so assuming that they're just echoing back the status code and using that as a summary, 7 maps to NETWORK_ERROR from CommonStatusCodes:
public static final int NETWORK_ERROR
A network error occurred. Retrying should resolve the problem.
Constant Value: 7
In my case my phone date and time was wrong once i make it correct Google sign in working perfectly.

Getting error Invalid state change requested in Magento2.2.6

When I am placing order by my payment gateway I am getting error Invalid state change requested. I debug the core code and found that is error is coming from plugin used by core classes. i.e Magento\Quote\Model\QuoteRepository\Plugin\AccessChangeQuoteControl which is not exist in previous version of magento2 (i.e before Magento2.2) . Have anyone idea what is purpose of this plugin.
Just take a look at the source-code:
Checks if change quote's customer id is allowed for current user.

Template validation error when launching cloud formation stack for a facebook application

I tried to host a facebook app on AWS.
As explained in http://aws.amazon.com/articles/1044/, I clicked launch stack and navigated to cloud formation stack and pointed out to http://s3.amazonaws.com/aws-facebook/SampleFacebookPHP.template as provided in the article.
When I click next I am facing the error "Template validation error: Template error: Paramater 'FacebookAppId' AllowedPattern must be on a parameter of type String". I checked the template and found "Number" data type is mentioned for facebookAppId, I don't understand why it is expecting a string.
Any help in this regard is greatly appreciated. Thanks in Advance!!
You can also use a validator such as this to validate your CloudFormation Template
http://cloudformation-validation.com

Invalid android_key parameter - Facebook login

I am trying to use facebook login in my application. The problem is that I am getting the following error:
My settings are:
In the begging I tried to use a key that I generate using the java keytool but it didn't work (same error). Then I saw some post here in Stackoverflow and I changed the key to the one that appears on the error, but the problem remains.
Any idea what I am missing?
Does the = needed at the end of the key?

My evernote-mode doesn't work now

I input the correct user and passwd, but emacs shows me that
evernote::EDAM::Error::EDANUserException (parameter: consumerKey errorCode: INVALID_AUTH)
I used 0.41 version of evernote-mode ,and have done all setup.
the file "Evernote-Client-Output" displayed this message:
((class . ErrorReply)(result_code . 8)(command_id . 7)(message . "Evernote::EDAM::Error::EDAMUserException (parameter: consumerKey errorCode: INVALID_AUTH)"))
please tell me how to handle this error. thanks.
evernote-mode probably needs to be updated to make use of either OAuth or developer tokens. More info here
evernote-mode has been updated with oauth and using developer tokens by pymander, see here. But
there is known issues when opening existing notebooks due to invalid gdbm, see the outstanding issues in the repo. The error is fixed in a recent folked repo.
No longer maintained. See issue #38.