Expected behavior
I can specify a different URL (in my case http://localhost:8081) and Forest Admin uses that
Actual behavior
Forest Admin makes an initial auth request to the correct URL.  In the network logs I see a request with the name “authentication” hitting http://localhost:8081/forest/authentication.  I then see a request to http://localhost:3000/forest/authentication/callback?code=code.  This request fails because there is no server running on that port.  In the UI I get the “Unable to Authenticate You” error.  This error does not occur if I run my server on port 3000 and specify that as the URL.
Context
Please provide any relevant information about your setup.
- Package Version:
Forest Liana 6.5.0 

