Error debugging or deploying servercode

On all of our backendless projects, deploying or debugging server code always results in this error:

11:39:04.652 [master] Preparing app zip file for deployment..
11:39:06.632 [master] 1765 files added into deployment archive
11:39:06.850 [master] Publishing Model to server
11:39:11.306 [master] Zip File has been uploaded, deployId = 11C885B6-DDF9-5F8A-FF1E-7C4D15DBDC00
11:39:11.506 [master] Error: Backendless encountered an error while handling the request. An internal trouble ticket with ID 1D0389D9-D9E9-8E3F-FF2A-00E355796C00 has been created and we will be investigating the issue.
MASTERDOWN Link with MASTER is down and replica-serve-stale-data is set to 'no'.
io.lettuce.core.RedisCommandExecutionException: MASTERDOWN Link with MASTER is down and replica-serve-stale-data is set 
to 'no'.
        at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:147)
        at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:116)
        at io.lettuce.core.protocol.AsyncCommand.completeResult(AsyncCommand.java:120)
        at io.lettuce.core.protocol.AsyncCommand.complete(AsyncCommand.java:111)
        at io.lettuce.core.protocol.CommandHandler.complete(CommandHandler.java:747)
        at io.lettuce.core.protocol.CommandHandler.decode(CommandHandler.java:682)
        at io.lettuce.core.protocol.CommandHandler.channelRead(CommandHandler.java:599)
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)     
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)     
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)       
        at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)     
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)     
        at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
        at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800)
        at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499)
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397)
        at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
        at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
        at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
        at java.base/java.lang.Thread.run(Thread.java:833)

    at new ResponseError (X:\xd\second-life-books-quasar\src-slb-api\node_modules\backendless-request\lib\index.js:42:116)
    at checkStatus (X:\xd\second-life-books-quasar\src-slb-api\node_modules\backendless-request\lib\index.js:237:9)     
    at processTicksAndRejections (node:internal/process/task_queues:96:5) {
  code: undefined,
  status: 500,
  headers: {
    server: 'nginx',
    date: 'Mon, 24 Oct 2022 15:39:11 GMT',
    'content-type': 'text/plain; charset=UTF-8',
    'content-length': '2313',
    'access-control-allow-origin': '*',
    'access-control-allow-methods': 'POST, GET, OPTIONS, PUT, DELETE, PATCH',
    'strict-transport-security': 'max-age=86400',
    connection: 'close'
  },
  body: 'Backendless encountered an error while handling the request. An internal trouble ticket with ID 1D0389D9-D9E9-8E3F-FF2A-00E355796C00 has been created and we will be investigating the issue.\n' +
    "MASTERDOWN Link with MASTER is down and replica-serve-stale-data is set to 'no'.\n" +
    "io.lettuce.core.RedisCommandExecutionException: MASTERDOWN Link with MASTER is down and replica-serve-stale-data is set to 'no'.\n" +
    '\tat io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:147)\n' +
    '\tat io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:116)\n' +
    '\tat io.lettuce.core.protocol.AsyncCommand.completeResult(AsyncCommand.java:120)\n' +
    '\tat io.lettuce.core.protocol.AsyncCommand.complete(AsyncCommand.java:111)\n' +
    '\tat io.lettuce.core.protocol.CommandHandler.complete(CommandHandler.java:747)\n' +
    '\tat io.lettuce.core.protocol.CommandHandler.decode(CommandHandler.java:682)\n' +
    '\tat io.lettuce.core.protocol.CommandHandler.channelRead(CommandHandler.java:599)\n' +
    '\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)\n' + 
    '\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)\n' + 
    '\tat io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)\n' +   
    '\tat io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)\n' +        
    '\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)\n' + 
    '\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)\n' + 
    '\tat io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)\n' +
    '\tat io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800)\n' +
    '\tat io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499)\n' +
    '\tat io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397)\n' +
    '\tat io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)\n' +
    '\tat io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)\n' +
    '\tat io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)\n' +
    '\tat java.base/java.lang.Thread.run(Thread.java:833)\n'
}

This just started happening approximately half an hour ago.

Thanks,
Nathan

Hello, @Nathan_Cousins

Sorry for the delay in replying. I made a fix, please try now.

Thanks, Marian! Looks like it’s working now.

So is everything running as expected? I’m down - calls to server code are hanging. In the console, they hang for a long time and finally fail with:

Something went wrong🙁
Don't worry, it's not your fault.
Error Details:
Network Error

In Coderunner, I see the called services’ invocation messages in the console, and they are immediately followed by “Processing finished” messages, but the responses never come back.

started my own topic