Hey everyone, I hope someone can help me because I’ve used Publii in the past (a year or two ago) without issues.
However, right now I’m stumped. Everything works fine in the editor, and previewing my website-in-progress, it looks good.
The problem comes when trying to generate the files for the website. For some reason, when I click on the output file, only the bare bone html is generated.
When I inspect the page, I get this error:
Failed to load resource: net::ERR_BLOCKED_BY_RESPONSE.NotSameOrigin
And it seems like the blocked link is the gitlab sign-in page (I’m using gitlab pages).
Here’s what the website looks like right now: https://alexistats.gitlab.io/publii-alexistats/
From my research online, it looks like a CORS (Cross Origin) issue, but I’m not sure how to enable this in Publii?
I’m just trying to set up a small blog, nothing complicated… any help would be appreciated!
Edit: After 3-4 hours of banging my head against the wall, I just needed to post this to find the error. Seems like I was linking to my github pages repository instead of to the actual url. So, not one reference was good.