-
-
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
"system.secret-key
" MUST be set, went wrong in the web container
#177
Comments
m2 |
sorry, i ignored config.yml |
same as me, @hiwjcn how do you solve this issue? |
I follow the instruction, and add generated secret key value to .env as SENTRY_SECRET_KEY. Traceback:
|
same problem |
Is this happening after #167 by any chance? |
I just followed README.
And it still said there's a secret_key problem. |
@omidraha I paste the secret key into config.yml and this issue fixed. but this operation were not be present in the guide section in readme file |
change config.yml and |
I’ll look into this today and try to reproduce and fix. |
@mattrobenolt I'm having the same issue, but following a parallel (?) line of instructions located at: https://docs.sentry.io/server/installation/docker/ Here are a few notes for starting from scratch on a EC2 instance to reproduce the error:
Upgrades:
Sanity Check:
Any idea what might be the issue? |
@mattrobenolt is on it: #178 (comment) |
This fixed the issue. |
This is not a fix, it is a workaround. |
Here are changes I made for debugging:
Log:
You may see that I suggest to use different variable name
|
I just upgraded my installation and fall into the same issue :( |
Some experience developers say: do not upgrade just to have a latest version, have a good reason for upgrade instead. You can you my workaround above. |
(That's not prod) I've upgraded because I was unable to bulk delete issues.
However, renaming |
You should also provide |
🤦♂️ @dmugtasimov thanks |
@omidraha I use this method and it fixed. try to paste the key to where the value 'changme': system.secret-key: 'changme' |
Someone was able to complete the installation entirely of Sentry following this error? I didn't succeed yesterday and I'm stuck... Thanks. |
It started happening to me as well after upgrading ( |
@MaicolBen you should not be using the Please file a new issue if you are still having trouble after using a recent version. |
Yeah, that worked, thanks! |
I follow the instruction carefully, and had a second try and got the same issue
Mac OS Mojave 10.14.3
The text was updated successfully, but these errors were encountered: