Skip to content

canary/ social callback url #466

@remicastaing

Description

@remicastaing

Something is weird. With:

callbackURL:  process.env.DOMAIN || '' + '/auth/facebook/callback'

I get: http://localhost:9000

I had to add some parenthesis to get it work:

callbackURL:  (process.env.DOMAIN || '') + '/auth/facebook/callback'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions