DEV Community

Discussion on: Build User Registration with Node, React, and Okta

Collapse
 
leebrandt profile image
Lee Brandt

Love:

I'd first check to make sure localhost:3000 is listed in your trusted origins.

In the developer dashboard menu, hover over API and choose trusted origins. Make sure localhost:3000 is listed with CORS and Redirect selected.

Collapse
 
lhuria94 profile image
Love Huria

yep It is there.

Thread Thread
 
leebrandt profile image
Lee Brandt

Is there a public repo of your code somewhere I could look at?

Thread Thread
 
ajax27 profile image
Shaun Collins

Hi Lee, I have the same problem I think, is there a git repo for this script?

Thread Thread
 
leebrandt profile image
Lee Brandt

You can check what you have against this repo: github.com/oktadeveloper/okta-node...

Thread Thread
 
ajax27 profile image
Shaun Collins

Thank-you Lee, love the way login path is set up

Thread Thread
 
lhuria94 profile image
Love Huria