galaxyblur / academia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App fails to allow logging in

t4bacteriophage opened this issue · comments

This is the error the console outputted (note: this is only part of it, the original error is massive)

i
message
:
"Invalid token specified"
__proto__
:
Error at Object.BOF4 (https://co-aikidojo.netlify.com/js/vendor.53cb574f.js:15:160) at c (https://co-aikidojo.netlify.com/js/app.e9856372.js:1:815) at Object.rW8H (https://co-aikidojo.netlify.com/js/app.e9856372.js:1:9062) at c (https://co-aikidojo.netlify.com/js/app.e9856372.js:1:815) at Object.JJXq (https://co-aikidojo.netlify.com/js/app.e9856372.js:1:7601) at c (https://co-aikidojo.netlify.com/js/app.e9856372.js:1:815) at Object.5 (https://co-aikidojo.netlify.com/js/app.e9856372.js:1:3159) at c (https://co-aikidojo.netlify.com/js/app.e9856372.js:1:815) at t (https://co-aikidojo.netlify.com/js/app.e9856372.js:1:388) at 5 (https://co-aikidojo.netlify.com/js/app.e9856372.js:1:3124)
name
:
"InvalidTokenError"
stack
:
"InvalidTokenError↵    at Object.BOF4 (https://co-aikidojo.netlify.com/js/vendor.53cb574f.js:15:160)↵    at c (https://co-aikidojo.netlify.com/js/app.e9856372.js:1:815)↵    at Object.rW8H (https://co-aikidojo.netlify.com/js/app.e9856372.js:1:9062)↵    at c (https://co-aikidojo.netlify.com/js/app.e9856372.js:1:815)↵    at Object.JJXq (https://co-aikidojo.netlify.com/js/app.e9856372.js:1:7601)↵    at c (https://co-aikidojo.netlify.com/js/app.e9856372.js:1:815)↵    at Object.5 (https://co-aikidojo.netlify.com/js/app.e9856372.js:1:3159)↵    at c (https://co-aikidojo.netlify.com/js/app.e9856372.js:1:815)↵    at t (https://co-aikidojo.netlify.com/js/app.e9856372.js:1:388)↵    at 5 (https://co-aikidojo.netlify.com/js/app.e9856372.js:1:3124)"
__proto__
:
constructor
:
ƒ Error()
stackTraceLimit
:
10
arguments
:
(...)
caller
:
(...)
captureStackTrace
:
ƒ captureStackTrace()
length
:
1
name
:
"Error"
prototype
:
{constructor: ƒ, name: "Error", message: "", toString: ƒ}
__proto__
:
ƒ ()
[[Scopes]]
:
Scopes[0]
message
:
""
name
:
"Error"
toString
:
ƒ toString()
arguments
:
(...)
caller
:
(...)
length
:
0
name
:
"toString"
__proto__
:
ƒ ()
apply
:
ƒ apply()
arguments
:
(...)
bind
:
ƒ bind()
call
:
ƒ call()
caller
:
(...)
constructor
:
ƒ Function()
length
:
0
name
:
""
toString
:
ƒ toString()
Symbol(Symbol.hasInstance)
:
ƒ [Symbol.hasInstance]()
get arguments
:
ƒ ()
set arguments
:
ƒ ()
get caller
:
ƒ ()
set caller
:
ƒ ()
__proto__
:
Object
[[FunctionLocation]]
:
<unknown>
[[Scopes]]
:
Scopes[0]
[[Scopes]]
:
Scopes[0]
__proto__
:
constructor
:
ƒ Object()
hasOwnProperty
:
ƒ hasOwnProperty()
isPrototypeOf
:
ƒ isPrototypeOf()
propertyIsEnumerable
:
ƒ propertyIsEnumerable()
toLocaleString
:
ƒ toLocaleString()
toString
:
ƒ toString()
valueOf
:
ƒ valueOf()
__defineGetter__
:
ƒ __defineGetter__()
__defineSetter__
:
ƒ __defineSetter__()
__lookupGetter__
:
ƒ __lookupGetter__()
__lookupSetter__
:
ƒ __lookupSetter__()
get __proto__
:
ƒ __proto__()
set __proto__
:
ƒ __proto__()```