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
consturl=process.env.REACT_APP_NETLIFY_IDENTITY_URL// should look something like "https://foo.netlify.com"
8
+
if(!url)thrownewError('process.env.REACT_APP_NETLIFY_IDENTITY_URL is blank, which means you probably forgot to set it in your Netlify environment variables')
0 commit comments