sghosh1810 / Advanced-Url-Shortner

A url shortner with user login,url logging and stats. Built on EJS,Node,MongoDB.
https://url-shortner.deployer.in
2 stars 1 forks source link

[CRITICAL] Invalid Redirect Error #12

Open WaltDisneyWorld opened 3 years ago

WaltDisneyWorld commented 3 years ago

URL set correctly but showing error


Error: Invalid redirect URI provided.
    at Client.setRedirect (/home/runner/linkey/node_modules/disco-oauth/lib/client.js:63:16)
    at Object.<anonymous> (/home/runner/linkey/route/users.js:9:113)
    at Module._compile (internal/modules/cjs/loader.js:999:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
    at Module.load (internal/modules/cjs/loader.js:863:32)
    at Function.Module._load (internal/modules/cjs/loader.js:708:14)
    at Module.require (internal/modules/cjs/loader.js:887:19)
    at require (internal/modules/cjs/helpers.js:74:18)
    at Object.<anonymous> (/home/runner/linkey/server.js:34:14)
    at Module._compile (internal/modules/cjs/loader.js:999:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
    at Module.load (internal/modules/cjs/loader.js:863:32)
    at Function.Module._load (internal/modules/cjs/loader.js:708:14)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
    at internal/main/run_main_module.js:17:47```
WaltDisneyWorld commented 3 years ago

@sghosh1810