0

Private clouds unavailable

I wonder if the previous message:

"Due to a temporary outage at our hosting provider, some Private Clouds are currently unavailable. The service provider is already working to rectify this. We apologise for this inconvenience."

disappeared because the issue has been resolved. For now, it doesn't seem so to me.

2 replies

null
    • francescostefanello
    • yesterday
    • Reported - view

    A simple formula like

    do as server
    let xRYMGenre := 'RYM Genre';
    let Selection := ((select 'RYM Albums' where 'RYM Genre Link' like xRYMGenre) order by 'Rym Page');
    for x in Selection do
        let xRYMAlbumID := x.'RYM Album ID';
        html(---
            <span style="display: inline-block; width: 80px; color: #191970">{ x.'RYM Album ID' } </span>
            <span style="display: inline-block; width: 480px; color: #191970">{ x.'RYM Genre Link' } </span>
            <br>
        ---)
    end
    end

    ended to work yesterday

    This is becoming annoying

    • francescostefanello
    • yesterday
    • Reported - view

    Please accept my apologies for the confusion. It's clear that I am using a public cloud. However, the problem remains. I am trying to restart the workspace, but the operation is not possible. I'm wondering why Ninox isn't addressing this.