-
Notifications
You must be signed in to change notification settings - Fork 1
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
500 Server Error #3
Comments
I need more detailed error logs to know the problem |
I did as instructed: Edit your .env file,locate the line SEAT_PLUGINS and append alliancewaw/seat-mumble-register at the end. Then , run docker-compose up -d to take effect. My SeAT is running on digital ocean and mumble is run through lightspeed |
I can confirm, after setting up the seat plugin, as well the backend container. Below is a stacktrace from the laravel logs on the seat web container.
|
Without debugging or being able to verify it, it seems like the seat part of the system doesn't get the response it wants from the backend. Check your Agent URL in the settings and make sure the backend is reachable from seat-web |
Additionally, from reading the above, have you made sure that you deployed https://github.com/waw-eve/seat-mumble-register-backend on your docker stack? there hasn't been an answer |
I did answer, it is the first line in my response.
I finally got it working, after moving the backend container to a whole other machine. It seems like whatever error I was having, was being caused by the systems inability to communicate with that backend container. It would be much better if it checked the connection first, and provided a proper error message indication lack of connection. |
Assuming you are using docker-compose, have you checked if they share a network? That's probably the most likely cause for them being unable to communicate. I agree on the error handling, it is poor. Maybe write a PR for it and fix it? |
I'm not good at PHP so my error handling for this project is really poor, PR is welcome. |
This is giving a 500 server error when you enter an email and try to register account
The text was updated successfully, but these errors were encountered: