We're sorry, but something went wrong.
When I enter the password and admin default user is returned "We're sorry, but something went wrong.
Please, help me.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Prashant on 19 Oct, 2020 06:00 AM
It is working fine when run locally but when I configured on Linux, and run the application login page comes and then says: We're sorry, but something went wrong.
I extract into /opt/
Created sh file in /usr/local/bin
and then made systemd service calling script in /usr/local/bin.
Any Help??
2 Posted by Prashant on 19 Oct, 2020 06:02 AM
I have also made root at the owner of the whole directory structure and all scripts having mod "a+x" in the bin folder.
3 Posted by Prashant on 19 Oct, 2020 06:04 AM
I want to access remotely. Also supplied host.
4 Posted by test on 19 Nov, 2020 12:17 AM
workaround:
In your arachni dir edit the file system/gems/gems/bycrypt-3.1.11/lib/bcrypt/engine.rb
Line 51:
- __bc_crypt(secret.to_s, salt) + __bc_crypt(secret.to_s, salt).gsub(/(\n|\x00).*/, '')