Skip to content
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

web interface loads indefinitely #53

Open
almereyda opened this issue Mar 25, 2019 · 2 comments
Open

web interface loads indefinitely #53

almereyda opened this issue Mar 25, 2019 · 2 comments

Comments

@almereyda
Copy link

When formMailer is bound to a local port, it will only respond to the public interface. Requests to the web interface will time out eventually.

[2019-03-25T11:25:25.084] [WARN] formMailer - Error in Connection Handler: Error: Incorrect request: / (GET)

This is a log from a request to the public interface. The request to the private web interface will not produce such an output, and the browser will keep on loading for a while.

This is the case with an installation that did not yet manage to send any email message, see #52. Inspecting the SQLite database on disk also reveals, that no data is stored there, either.

@Taisiias
Copy link
Owner

Sorry for late reply.

I was able to replicate the issue. Will work on it soon.

@Taisiias
Copy link
Owner

The issues has been fixed. Please check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants