We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As per title above, I was trying to follow the installation using pip to existing Geonode. Then restart. The followings, were the logs. Thanks.
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
The text was updated successfully, but these errors were encountered:
@lolob I can't reproduce the issue, I tried geonode development environment and geonode-project docker deployments and issues was not raised.
Sorry, something went wrong.
I will keep you updated if anything. Thanks @ahmednoureldeen.
No branches or pull requests
As per title above, I was trying to follow the installation using pip to existing Geonode. Then restart. The followings, were the logs. Thanks.
The text was updated successfully, but these errors were encountered: