I was experimenting with a multi-tenant application in OutSystems, and during that process I accidentally set the Tenant property to False in the Users module table. Could you help me re-enable it? I believe this change is the reason I’m seeing a 503 – Failed to load resource error in the console.
Hi Vidudhala,
Based on what you shared, the issue is very likely not related only to your multi-tenant app.
In your screenshots, the tenants for Users, UsersLibrary, and UsersServices are marked as inactive (Is_Active = false). These are core system eSpaces used by the platform for authentication and internal services. If their tenants are inactive, the runtime can’t initialize properly, which typically results in 503 – Application Backend Unavailable errors.
That would explain why even basic endpoints are failing.
How you recover depends on the environment:
As a general rule, system eSpaces should never be altered at tenant level, especially in multi-tenant scenarios, as they are required for the platform to function correctly.
Best, Miguel
Understood. That’s exactly what I’m asking — could you please advise on how to re-enable it and set it back to true? I mean how to contact " OutSystems Support to re-enable those tenants. "
If this is an OutSystems Cloud / Personal / Trial environment, you can’t re-enable those tenants yourself.
To proceed, you need to open a support request with OutSystems:
Unfortunately, there’s no supported way to fix this from Service Studio or Service Center in cloud environments.