Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SocialApp integration does not work #2

Open
aculich opened this issue Aug 2, 2021 · 1 comment
Open

SocialApp integration does not work #2

aculich opened this issue Aug 2, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@aculich
Copy link

aculich commented Aug 2, 2021

Out of the box, just running docker-compose up after cloning the repo gives this error which I fixed by adding the missing django-allauth to requirements.txt:

 => ERROR [7/8] RUN python manage.py makemigrations                                                                    
...[snip]..
#12 0.748 ModuleNotFoundError: No module named 'allauth'
------
executor failed running [/bin/sh -c python manage.py makemigrations]: exit code: 1
ERROR: Service 'appseed-app' failed to build : Build failed

However, once it properly builds and runs I get this error when trying to use the social login feature to login and/or create a new account:

Exception Type: DoesNotExist
Exception Value: SocialApp matching query does not exist.
Exception Location: /usr/local/lib/python3.6/site-packages/django/db/models/query.py in get, line 399
@app-generator
Copy link
Owner

Hello @aculich,

Thank you for using our products. We will investigate this feature and get back with a fix.

Please note that this project is experimental and is not fully tested as requested by a production environment.

In case you have the time, feel free to access the full index with open-source samples provided by our team (MIT License):

https://github.com/topics/appseed-sample

Best Regards.

@app-generator app-generator self-assigned this Aug 3, 2021
@app-generator app-generator added the bug Something isn't working label Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants