A
A
Alexander2015-10-06 20:07:43
Django
Alexander, 2015-10-06 20:07:43

How to fix redirect_uri is incorrect, check application redirect uri?

Good evening, please tell a newbie what the REDIRECT_URI should be in VK, I myself set localhost: 8000 in the application settings, I get the following error
{"error":"invalid_request","error_description":"redirect_uri is incorrect, check application redirect uri in the settings page"}
Using django-allauth

Answer the question

In order to leave comments, you need to log in

2 answer(s)
F
fidgethard, 2016-06-21
@fidgethard

The answer is rather strange: you need to leave the Trusted redirect URI empty, and write 127.0.0.1:8000 to the site address and domain

A
Alexander Savchuk, 2015-10-08
@MrLinch

Try 127.0.0.1:8000

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question