Hey, so I'm making a call to spring boot from andr...
# spring
y
Hey, so I'm making a call to spring boot from android and it returns code 500, no message or anything and spring doesn't show the error. How do I go about finding out what the issue is?
g
Look at the logs of your spring boot log, there's probably a stack trace. If not turn on up the log levels.