Mulliman / xStatic-for-Umbraco

This is a static site generator built for Umbraco so that you can host simple Umbraco sites on fast and cheap hosting providers such as netlify.
42 stars 12 forks source link

xStatic export as html problem #10

Closed SvenGoormans closed 1 year ago

SvenGoormans commented 2 years ago

Hello!

I'm using xStatic v1.1.0 on umbraco v8.17.1. All was working well until the 'export as html' stopped working. All assets are being deployed correctly but there is no html.

Any idea why? Thanks!

SvenGoormans commented 2 years ago

Important note - Export as json works and creates all pages in json format

Mulliman commented 2 years ago

If Json works and HTML doesn't this usually indicates that getting the page via a web client is failing. The json generator doesn't use a client of any kind.

It may be an SSL issue; try the web.config fix outlined in this troubleshooting page:

https://www.sammullins.co.uk/software/xstatic-for-umbraco/troubleshooting/

...