"Node process stopped"
we never have had this happening on previous version numbers now happens many time. even have code wrapped in await promise
VERSION 28.4.0
80507501-f60c-4233-a71a-a520a69c0f77-image.png
попробовал по совету запустить через ВМ, запустился, но все равно мне же скрипт на мейн нужен, че ж делать че ж делать
@saimraza786 why just not to run node js server not in BAS? set 2 endpoint url's, one to push data on server , and second to retrieve data from server to BAS only by GET request?
I createa server in Node.js and I want to run this function when it is called, and then do the task asynchronously in a seperate thread and browser and then return the result how can I do this ?