<@U3FHZJY69> why did you add the whole thing with ...
# suitescript
f
@mayerlench why did you add the whole thing with authentication? By default calling restlets and suitelets it uses the current active session for authentication
m
Correct, but with react you want to develop on your local machine. This is why we proxy requests to netsuite when developing locally and sign each request Then when comes time to build the react app you just push it up to netsuite and the current active session is used for authentication The token authentication is only used for local development
f
oh I see. I just have a watch script running that uploads a newly build file everytime its done compiling
Works not as fast but fast enough for me. But I get what you are doing now