i have created a program
and i wanna check my strategy for live values , so running my computer all the time is hard,
so i tried to deploy the code in render.com (web services) ,
and also i have kept my access token in env file.
while deploying it is showing few error :
An error occurred: Error: Unauthorized
text: ‘{“status”:“error”,“errors”:[{“errorCode”:“UDAPI100050”,“message”:“Invalid token used to access API”,“propertyPath”:null,“invalidValue”:null,“error_code”:“UDAPI100050”,“property_path”:null,“invalid_value”:null}]}’,
is it possible to deploy our code?
or is it my mistake in deploying