-
Notifications
You must be signed in to change notification settings - Fork 182
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
(Plug.Conn.NotSentError) a response was neither set nor sent from the connection #669
Comments
Greetings! I just rolled back last week's code on the server. and it is working fine now. So there is no need to consider this issue. Please reopen this if anyone is facing similar issue. For now I'm going to close it. Thanks |
i have that problem too with the latest reticulum code on 7 April 2023. please reopen this issue again |
I have solve this issue. in In my case, it is because. I set host=example.com please @monukbizsoft close again this issue |
Hi @albirrkarim yes you are absolutely right This problem is caused by same url for host and asset_host. Before setup this, I have tried to setup hub on digital ocean and it wants two different url for host and assets. My setup on VPS has been working fine for two months without any issues Thanks @albirrkarim for the VPS setup tutorial https://github.com/albirrkarim/mozilla-hubs-installation-detailed/blob/main/VPS_FOR_HUBS.md. I have only one issue for now in reticulum and I have created another ticket for it #672 Thankyou |
Hi
When I merge the code into my local repo, and push it to the server. Then I have restarted reticulum and got the below error:
Please check the screenshots
https://example.com/health is giving me 200 response code but when I try to access home page or internal page then it gave me error.
I have added .asdf/shims in first possition into $PATH file
I am using below version of elixir and erlang
Thanks
The text was updated successfully, but these errors were encountered: