-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Error on welcome screen #164
Comments
+1 |
1 similar comment
+1 |
For reference, this is a duplicate of getsentry/docker-sentry#163 |
+1 |
@Suntgr +1 me too!!! |
@Suntgr i have the same problem, have you solved it ? |
This may occur if you do not have enough RAM also. https://gist.github.com/markotitel/2cbb40ed5a745f0cf3f8ce12395efc11 |
@Suntgr I have the same issue |
I found the solution for @Suntgr's issue. I updated config files: config.ymlwith:
... and all mail.* settings and sentry.conf.pywith only db and github settings settings From my case I assume that overwriting That's how I solved it. |
sorry, i cannot find the error |
no works for me. could do you show me your config.yml and sentry.conf.py |
Error when submitting info in welcome screen
When doing a clean install and logging in with a superuser account, you're presented with the welcome screen. However, when filling all the data in (correctly), I get the error that not everything has been filled in correctly. The Sentry logs show this:
I looked into it, and it's because it's also setting settings which have already been set, like the mail options. The data being sent is:
which are already set to the correct values from the config (replaced with example ones). If you resent the same request without the mail data, you go immediately to the dashboard when logging in.
The text was updated successfully, but these errors were encountered: