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

oauth2_provider_idtoken already exists #226

Open
lolob opened this issue Sep 26, 2021 · 2 comments
Open

oauth2_provider_idtoken already exists #226

lolob opened this issue Sep 26, 2021 · 2 comments

Comments

@lolob
Copy link

lolob commented Sep 26, 2021

As per title above, I was trying to follow the installation using pip to existing Geonode. Then restart. The followings, were the logs. Thanks.

  • Cartoview Version : 1.32
  • Geonode Version : 3.2.1
  • log (optional):
    return self._execute_with_wrappers(sql, params, many=False, executor=self._execute)
  File "/usr/local/lib/python3.8/site-packages/django/db/backends/utils.py", line 76, in _execute_with_wrappers
    return executor(sql, params, many, context)
  File "/usr/local/lib/python3.8/site-packages/django/db/backends/utils.py", line 84, in _execute
    return self.cursor.execute(sql, params)
  File "/usr/local/lib/python3.8/site-packages/django/db/utils.py", line 89, in __exit__
    raise dj_exc_value.with_traceback(traceback) from exc_value
  File "/usr/local/lib/python3.8/site-packages/django/db/backends/utils.py", line 84, in _execute
    return self.cursor.execute(sql, params)
django.db.utils.ProgrammingError: relation "oauth2_provider_idtoken_jti_c8f853ad_uniq" already exists
@ahmednoureldeen
Copy link
Member

@lolob I can't reproduce the issue, I tried geonode development environment and geonode-project docker deployments and issues was not raised.

@lolob
Copy link
Author

lolob commented Sep 29, 2021

I will keep you updated if anything. Thanks @ahmednoureldeen.

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

No branches or pull requests

2 participants