You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2021. It is now read-only.
I observed this issue on several pages of Hackazon. For instance, in the admin page, when I tried to add a new user, I have this return code.
in general, when I sent POST request, I receive this 503 HTTP code
Do you know if this is "as design" or a bug?
kind regards,
The text was updated successfully, but these errors were encountered:
I have encountered a similar issue when working with https://github.com/cmutzel/all-in-one-hackazon container image. The issue seems to occur due to an attempt by the application to use sendmail as part of the registration process which was not present. I resolved the issue by modifying the email.php and replacing "sendmail" with "native".
upils
added a commit
to Intrinsec/hackazon
that referenced
this issue
Mar 11, 2019
the set timezone patch doesnt do the job, there is still a 503 service temporarily unavailable, i use the ova and i manually edit the file like the screenshot screenshot
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I observed this issue on several pages of Hackazon. For instance, in the admin page, when I tried to add a new user, I have this return code.
in general, when I sent POST request, I receive this 503 HTTP code
Do you know if this is "as design" or a bug?
kind regards,
The text was updated successfully, but these errors were encountered: