This has been a nightmare from the beginning as none of the instructions in the guide, nor the video really go into detail or help actually set things up, like postgres you have to create a password for the superuser account
Anyways - I have my 9011 portal up, I've started the npm and can open the xx.xx.xx.xx:3000 but when I hit login I receive this error
{
"error" : "invalid_request",
"error_description" : "Invalid redirect uri http://localhost:3000/oauth-redirect",
"error_reason" : "invalid_redirect_uri"
}
I'm running this on a server, every file I've edited that mentioned localhost I have changed to the ip of the server, but I'm not sure what file this is referencing for me to change that?