Unable to create client - 500 Internal Server Error

As the title mentions, I followed the getting started guide and began to make a client. I receive a 500 internal server error when attempting to make the client. I opened google chrome’s developer console. The stacktrace is provided below. Of note is that I included the Redirect URL as localhost. Possibly an asynchronous function is not finishing in time prior to attempting to access an attribute of a variable in the web server code, leading to attempting to access an attribute for an undefined variable?

ERROR Error: Uncaught (in promise): TypeError: Cannot read properties of undefined (reading ‘allowedRedirectUris’)
TypeError: Cannot read properties of undefined (reading ‘allowedRedirectUris’)
at Object.a [as remoteDataMapperFn] (common-es2015.c96423767416fad6525d.js:1:2946)
at main-es2015.e4fe184167f0687cd2e7.js:1:852691
at a.invoke (polyfills-es2015.ed7ac7da72c40ea128b2.js:1:6394)
at Object.onInvoke (main-es2015.e4fe184167f0687cd2e7.js:1:132187)
at a.invoke (polyfills-es2015.ed7ac7da72c40ea128b2.js:1:6334)
at s.run (polyfills-es2015.ed7ac7da72c40ea128b2.js:1:1903)
at polyfills-es2015.ed7ac7da72c40ea128b2.js:1:12720
at a.invokeTask (polyfills-es2015.ed7ac7da72c40ea128b2.js:1:7012)
at Object.onInvokeTask (main-es2015.e4fe184167f0687cd2e7.js:1:132105)
at a.invokeTask (polyfills-es2015.ed7ac7da72c40ea128b2.js:1:6933)
at Object.a [as remoteDataMapperFn] (common-es2015.c96423767416fad6525d.js:1:2946)
at main-es2015.e4fe184167f0687cd2e7.js:1:852691
at a.invoke (polyfills-es2015.ed7ac7da72c40ea128b2.js:1:6394)
at Object.onInvoke (main-es2015.e4fe184167f0687cd2e7.js:1:132187)
at a.invoke (polyfills-es2015.ed7ac7da72c40ea128b2.js:1:6334)
at s.run (polyfills-es2015.ed7ac7da72c40ea128b2.js:1:1903)
at polyfills-es2015.ed7ac7da72c40ea128b2.js:1:12720
at a.invokeTask (polyfills-es2015.ed7ac7da72c40ea128b2.js:1:7012)
at Object.onInvokeTask (main-es2015.e4fe184167f0687cd2e7.js:1:132105)
at a.invokeTask (polyfills-es2015.ed7ac7da72c40ea128b2.js:1:6933)
at P (polyfills-es2015.ed7ac7da72c40ea128b2.js:1:11957)
at P (polyfills-es2015.ed7ac7da72c40ea128b2.js:1:11517)
at polyfills-es2015.ed7ac7da72c40ea128b2.js:1:12757
at a.invokeTask (polyfills-es2015.ed7ac7da72c40ea128b2.js:1:7012)
at Object.onInvokeTask (main-es2015.e4fe184167f0687cd2e7.js:1:132105)
at a.invokeTask (polyfills-es2015.ed7ac7da72c40ea128b2.js:1:6933)
at s.runTask (polyfills-es2015.ed7ac7da72c40ea128b2.js:1:2518)
at _ (polyfills-es2015.ed7ac7da72c40ea128b2.js:1:8957)
at c.invokeTask [as invoke] (polyfills-es2015.ed7ac7da72c40ea128b2.js:1:8042)
at y (polyfills-es2015.ed7ac7da72c40ea128b2.js:1:19984)

1 Like

I am having the same issue. I had previously created a client and I cannot load that one up, nor can I make a new one. I dont have anything to add or help you, just wanted you to know you are not the only one having this issue.

1 Like

Same issue here. And i saw another post mentioning it too sadly.