Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Google service in example fails on a different port setting #67

Open
kokujin opened this issue Jun 12, 2014 · 0 comments
Open

Google service in example fails on a different port setting #67

kokujin opened this issue Jun 12, 2014 · 0 comments

Comments

@kokujin
Copy link

kokujin commented Jun 12, 2014

I cannot use port 80 in my dev machine, so I decided to change the port as in:

var http = require("http")
  , authom = require("../lib/authom")
  , server = http.createServer()
  , port = process.env.PORT || 9000

This results in an error:

  1. That’s an error.
    Error: redirect_uri_mismatch
    Application: authom_example
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant