Nicholas

Results 7 comments of Nicholas

Is there any news on this one? I have a Rails project which I was trying to deploy to standard environment, but the connection with Redis is failing. I tried...

Any news on this issue? I'm having the same problem in react-native 0.64 using axios (or the fetch api) to call a domain which has ipv6. The first fetch is...

I don't know if this will help, but I restarted sometimes my internet router and the problem was resolved. Not really sure why

Any updates on this issue? I am having the same problem. In a chrome browser in android the user is always null after the redirect. For some other browsers it...

@samhorlbeck it happens on the `onAuthStateChanged` too. I tried to put it on the page, but the user is alway null: ``` firebase.auth().onAuthStateChanged(user => { if (user) { // never...

@d03090 Actually they are being called: ``` const getAuthRedirectResult = useCallback(async () => { let requestBody; let firebaseUser: firebase.User | null = null; let data; try { const { user...

Well, I did this in my onDrop function: ``` const onDrop = (picture) => { // use the FileReader to decode de picture file that comes let reader = new...