Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Download Publii 0.37

  • #3857
    Avatar photo[anonymous]

    https://github.com/GetPublii/Publii: “Current version: 0.37.0 (build 13758)”

    https://getpublii.com/download/: “0.36.1 (build 13320) Beta!”

    Where can I download Publii 0.37.0?

    #3858
    Avatar photoBob

    We found some significant bugs and unfortunately we have to delay the release by one day. πŸ™‚

    #3859
    Avatar photo[anonymous]

    Hello Bob,

    thank you for your response. I can wait one more day πŸ™‚

    #3861
    Avatar photo[anonymous]

    Greeeat, can’t wait to see the changelog πŸ™‚

    #3865
    Avatar photoBob

    hm .. unfortunately, we need one more day πŸ˜•

    #3866
    Avatar photo[anonymous]

    No worries!

    #3868
    Avatar photoBob
    #3869
    Avatar photo[anonymous]
    This reply has been marked as private.
    #3873
    Avatar photo[anonymous]
    This reply has been marked as private.
    #3875
    Avatar photoBob
    This reply has been marked as private.
    #3876
    Avatar photo[anonymous]
    This reply has been marked as private.
    #3877
    Avatar photo[anonymous]
    This reply has been marked as private.
    #3878
    Avatar photo[anonymous]

    @nicholasoneil – it is probably caused by a lack of customConfig section in your theme.json file.

    Please try to add:

    customConfig: []

    In your theme.config.json

    #3879
    Avatar photo[anonymous]

    I already deleted the site from Publii and trash it. I had my Publii site configured with Netlify and when I installed Publii 0.37 on Mac, I replaced the Publii app (so I didn’t end up with 2 Publii apps on my Mac). I opened Publii 0.37 and it display that error message. It couldn’t load the site I configured my server with, but it did load up another site I had in Publii app.

    #3880
    Avatar photo[anonymous]

    It means that the other site has theme with customConfig array in theme.config.json. Most probably you have used some custom theme without this section.

    #3881
    Avatar photo[anonymous]

    Okay. It’s a great idea to back up your site. After I deploy my Publii site to Netlify, I ran a back up in Publii app. I went in my Publii back ups and extract the back up zip folder and copied the folder to Publii sites folder. Then, I opened Publii app and it displayed the add a website (cause I delete everything). Then, I click the 3 arrows in the top right corner, clicked on Themes, and then, I click Go Back and my site appear with server details.

    #3882
    Avatar photo[anonymous]

    I upgraded to 0.37, went to my them blank-override, added

    customConfig: [],

    to config.json, launched the app, and got this error:

    A Javascript error occured in the main process
    
    Uncaught Exception:
    TypeError: Cannot read property 'concat' of undefined
    at Function.loadThemeConfig (/Applications/Publii.app/Contents/Resources/app.asar/back-end/themes.js:378:71)
    at App.switchSite (/Applications/Publii.app/Contents/Resources/app.asar/back-end/app.js:216:34)
    at IpcMainImpl.<anonymous> (/Applications/Publii.app/Contents/Resources/app.asar/back-end/events/site.js:318:38)
    at IpcMainImpl.emit (events.js:210:5)
    at IpcMainImpl.EventEmitter.emit (domain.js:476:20)
    at WebContents.<anonymous> (electron/js2c/browser_init.js:3908:15)
    at WebContents.emit (events.js:210:5)
    at WebContents.EventEmitter.emit (domain.js:476:20)
    at WebContents.topLevelDomainCallback (domain.js:131:23)
    #3883
    Avatar photo[anonymous]

    Darn it, user error. I removed

    customConfig: [],

    and it’s working fine. I was not paying attention. Sorry for the noise.