You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have GoTrue set up with Netlify Identity on my Gatsby site. Sign up and login work fine. I can add user metadata just fine but my problem begins when I try to login after updating the metadata. It hangs and I get some different errors including:
"type error failed to fetch" error (the actual error object I get back is empty)
GET http://localhost:8000/__webpack_hmr net::ERR_NETWORK_IO_SUSPENDED 200 (OK)
POST https://**********.netlify.app/.netlify/identity/token net::ERR_CONNECTION_CLOSED 200
Maybe I'm using it wrong, the data I'm adding is a sizeable object and I thought metadata could be used for arbitrary information.
Hi all
I have GoTrue set up with Netlify Identity on my Gatsby site. Sign up and login work fine. I can add user metadata just fine but my problem begins when I try to login after updating the metadata. It hangs and I get some different errors including:
"type error failed to fetch" error (the actual error object I get back is empty)
GET http://localhost:8000/__webpack_hmr net::ERR_NETWORK_IO_SUSPENDED 200 (OK)
POST https://**********.netlify.app/.netlify/identity/token net::ERR_CONNECTION_CLOSED 200
Maybe I'm using it wrong, the data I'm adding is a sizeable object and I thought metadata could be used for arbitrary information.
Here is a link directly to the file
https://github.com/darrencarlin/tarkov-hideout/blob/master/src/components/layout.js
Hoping someone can point me in the right direction, I am very new to user authentication.
The text was updated successfully, but these errors were encountered: