The "Send emails" scheduled task failed with the "One or more errors occurred

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 years ago
gtsoukas wrote:
We had the same problem with a nocpommerce 4.30 site hosted on linux. Http requests are being redirected to https with www, as are https without www redirected to https with www.
What fixed it was using https://www.example.com/ (example.com = site_domain) as the store url (Configuration -> Stores -> Store URL -> https://www.example.com/)

In our case (specific store that had the same problem) we are redirecting (nginx config) http requests to https with www and https requests without www to https with www.

Sorry for the misunderstanding.
3 years ago
@gtsoukas Thanks for this.

We are also using nginx loadbalancer. But obviously we cannot add www prefix if using a subdomain already.

Do you have a suggestion for this setup?
3 years ago
@AppSoft Unfortunately I cannot help you with that, we are using nginx as a reverse proxy, the eshop is on linux.
3 years ago
Roo420 wrote:

Our ISP provided router does not allow Loopback. Inside the office, we cannot access "www.website.com". Since we are a small office, we modified the "hosts" file on everyone's computer so "www.website.com" would resolve to the internal IP address of the server / computer the site is hosted on.

However, we did NOT do this on the server hosting the site itself. We modified the "hosts" file, so the address of the server / computer the site is hosted on would resolve to the internal IP address of the server.

This solved our problem.


This solved my problem too. Thanks!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.