Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Use absolute URL for redirect_url. Excepts that SERVER_NAME variable is ... #66

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

ttambet
Copy link

@ttambet ttambet commented Feb 7, 2015

...configured.

I have a multiple flask applications, frontend and administration.

wsgy.py is something like that:

application = DispatcherMiddleware(frontend.create_app(), {"/administration": administration.create_app()})

Queries in administration module adds double /administration slash, see example:

Currently (not patched code) returns localhost:5000/administration/administration/connect/google url and this url returns 404.
But correct url is: localhost:5000/administration/connect/google.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant