marineenergy / apps

shiny apps for MHK-env
https://marineenergy.github.io/apps/
MIT License
3 stars 1 forks source link

Edit app error: Disconnected from the server. Reload #63

Closed bbest closed 2 years ago

bbest commented 2 years ago

Hi @cdobbelaere,

Sharon is getting disconnected when clicking Edit after selecting a row:

Here's the error I get when clicking on Edit button after running the edit/ app (under /share/github/apps, master branch) from https://rstudio.marineenergy.app:

Warning: Error in &&: invalid 'y' type in 'x && y'

But this happens before reaching inside the ferc.update.callback() function:

ferc.update.callback <- function(data, olddata, row) {
  browser()
  ...

Any ideas where this might be happening? Perhaps a filter() statement with multiple arguments that get an && applied so all have to evaluate to TRUE.

cdobbelaere commented 2 years ago

Hi @bbest, thanks for checking in on that. I'll look into the callback and see what's going on.