Ninox public cloud down?
Haven't been able to create or modify records, use make.com integrations, or save code changes since Feb 18. Anyone else having this issue. No communication from the ninox team, and no place, it seems, to see real time system status.
8 replies
-
Over 24 hours with this issue. Nothing on the service status page. Anyone else having problems? Happening across multiple devices and users, but not happening on a private cloud server for a different company.
-
I'm not having issues. Have you tried the new Restart Workspace?
In the affected Workspace, click on the gear icon.
then click on Process Monitor
at the bottom right corner is Restart Workspace.
-
is this strange behavior interested in the problem?
look at this:
let Selection := cnt((select Countries).Country);
html(---
<span style="color: #191970">|{ Selection }| </span>
---)
output
|50|
but if I write:
let Selection := (select Countries);
for i in Selection do
html(---
<span style="color: #191970">|{ i.Country }| <br></span>
---)
end
I'm getting no output -
Fred, I apologize for this inappropriate manner. Thank you for your answer.
Content aside
- Status Answered
- 6 hrs agoLast active
- 8Replies
- 47Views
-
4
Following