Replies: 1 comment
-
I face with this problem too. but i don't know how solve it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I wrote a shiny web app and this app get a table from the database with an ID, but when I importing a ID does not exist in the data, it gives an error. I fixed this error with the tryCatch function. But this function does not work in Golem architecture and The whole app crashes and closes. how can I handling an error in golem?
A part of my code:
A simple example of this problem in app.R:
This code has no problem and works, but Golem does not work and the whole app crashes.
Golem project can be downloaded from the following address:
https://drive.google.com/file/d/11B2_tOFy-xPwzXsRdI12gqnIJ7jfwubb/view?usp=sharing
Beta Was this translation helpful? Give feedback.
All reactions