hi, I'm running application locallyaio app run --local When hitting action url on localhost, I'm prompted with sign-in popup for username/password http://localhost:3233/api/v1/web/HeadlessApp-0.0.1/barcode/ Any thoughts ? Thank you
hi, we created simple headless action and asset compute worker in the same project, logs are written using (for example) logger.info('Calling the main action'); console.log('Calling the main action'); When application is run using : aio app run, and action is triggered in the browser (https:/...