Pubudu Kodikara
Pubudu Kodikara
Just installed WebStorm EAP and looks like I also face the same issue. The full error I'm getting is: ``` Error: Can't find preference path for WebStorm at getPreferencePath (/Users/pubudu/.config/yarn/global/node_modules/@bchatard/alfred-jetbrains/src/product.js:81:9)...
Unfortunately it's nested forms are broken
@oahmaro I also faced the same issue. But later found out that I already had an account in Cognito with the Google account I'm trying. I tried to signup before...
@oahmaro You can verify the email in the pre-signup hook right after linking the accounts like this: ```javascript await cognitoProvider .adminUpdateUserAttributes({ UserAttributes: [ { Name: 'email_verified', Value: 'true', }, ],...
Even base64 encoded images are not working for me. But the strange thing is, if I put the same thing to the body of the pdf, both the images are...
One dirty way to fix it is (Until the issue is fixed), add the image on both the sections and make the body image `display: none`. Now you have the...
@acerbetti Doing that only didn't helped in my case :-(
Is it possible to stop this behavior in FlowRouter?
I'm also facing the same problem here. If the token is expired, the error message read as `Internal server error`. If we can have a meaningful error message saying `Token...
But I think the right way is to return a `403` error code from the server right?