Closed allanbowe closed 2 years ago
steps to reproduce:
1) remove the first line of code from getdata.sas (%webout(FETCH)) 2) deploy the app using sasjs cbd 3) try to open the table
getdata.sas
%webout(FETCH)
sasjs cbd
there is an error in the console, and the log does not appear in the requests dialog
Tested now, app breaks. Need error handling on that part. @allanbowe
Fixed.
steps to reproduce:
1) remove the first line of code from
getdata.sas
(%webout(FETCH)
) 2) deploy the app usingsasjs cbd
3) try to open the tablethere is an error in the console, and the log does not appear in the requests dialog