Replies: 1 comment
-
ok, i found my issue, didn't read the manual since latest update. would still be nice to have a feature to test/debug evals |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way (or any plans) to debug an Eval statement? I'm trying to work with an API route that returns the following
with a simple Eval. I have a more complete function, but I'm trying to debug with limited data.
the problem is the atob() call. If i remove that line I get
DEGRADED
. With it in the code I getDOWN
, so I am assuming that it's throwing an error and the default status is down.Beta Was this translation helpful? Give feedback.
All reactions