I have been trying to set up a test version of a website on a different server.
The website uses React, Strapi, Postgres, Nginx and Elasticsearch.
All of them are working, but the website is stuck on a loader.
I do not whether it is something with Elasticsearch or something else. However, I had a problem with network.host in yml file. When it was network.host 127.0.0.1 I could curl only for 127.0.0.1:9200 and it did not work with server-ip:9200. When I had changed it into 0.0.0.0, I could not restart elastic. So I have changed it into html.host 0.0.0.0. and it works for both 127.0.0.1:9200 and server-ip:9200.
Can I leave it like that? I mean with html.host. Or it shouldn't be like that?
Thank you for your help in advance!