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.

Cannot save settings when configuring server for netlify for the first time

  • #1878
    Avatar photo[anonymous]

    Hi,

    Thanks for all the great work! I’m trying Publii since it looks like a good solution for my wife’s portfolio site.

    When configuring server setting with netlify, I could not ‘Save Settings’ (clicking on the button has no effect), but ‘Test connection’ was successful.

    So I have not gotten to the ‘sync to server’ step.

    Please see attached clip illustrating the issue.  I’m sure there’s something obvious I’m missing..

    Environment: Publii v.0.35.3 (build 12104) Beta (the version downloaded from official mirror) on Kubuntu 18.04

    Many thanks!

    #1895
    Avatar photo[anonymous]

    Hi,

    I also tried using the latest Publii v.0.36.0 (prerelease 4), but encountered the same issue.  Please see attached clip illustrating the issue.  Thanks.

    #1906
    Avatar photo[anonymous]

    Hi,

    I was able to find a relevant error logging:

    ** Message: 15:25:59.819: Remote error from secret service: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.secrets was not provided by any .service files
    (node:21456) UnhandledPromiseRejectionWarning: Error: The name org.freedesktop.secrets was not provided by any .service files
    (node:21456) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 13)

    Subsequent google search led me to https://github.com/Foundry376/Mailspring/issues/681#issuecomment-364982754 with the solution being

    sudo apt install gnome-keyring

    Which then allowed me to save configuration settings.  Thanks.

    #2035
    Avatar photo[anonymous]

    Hi,

    I will try to add some warning when no keytar-related service is available on the OS.