Hi all :wave::skin-tone-3: I'm seeing weird behavi...
# troubleshooting
s
Hi all 👋🏼 I'm seeing weird behaviour in our cluster. We recently changed one of our tables from only REALTIME to only OFFLINE. When I try to reload the segments now in swagger, calling the reload endpoint with the raw table name results in
Copy code
{
  "code": 500,
  "error": "Specified EXTERNALVIEW the_specified_table_REALTIME is not found!"
}
Can someone advise on why this is? This is only in our staging environment and there is currently no data in this table. How do we fix the state? Thanks in advance