I open the Aviarc debugger and select my application from the list. I set a breakpoint in a workflow and then I Run to Next Screen, Workflow, Breakpoint.
I get a 404 error. My application works fine on it’s own.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
My application is only accessible from workflow urls. The root url is not operational hence the 404.
Instead of selecting my application from the list of apps I had to put the full url in the ‘Url to debug’ field on the initial debugger screen. Problem solved.