I got the new SuiteCloud vscode extension and I ha...
# sdf
c
I got the new SuiteCloud vscode extension and I had to change my authorizations to OAUTH 2.0. I've always used browser-based setup so I did that now as well but I notice that the commands like uploading a file are taking way more time then they did before. It's like the extension is first getting a handshake before doing a file upload and it takes around 5-6 seconds before the popup with the confirmation question that I want to overwrite the file on the instance Anyone else experiencing this? Does machine-to-machine help in this case? Or is there anything else that can help?
👀 1
👍 1
p
Hi. I recommend using machine to machine. I had the same issues. Read my previous comments how I did this and in the reply you will find command to create certificates because the commands described in NetSuite help pages are wrong.
c
Okay, will try that. Cheers
m
I'm getting this delay too and M2M didn't help 😧
😮 2
e
@Ali Syed (NS DevTools QA) I noticed this as well… definite delay between steps - even when you select “Upload” and then need to confirm “Overwrite file xyz?” there is a significant delay (I’m in VS Code as well)
s
Is this in release preview accounts or fully updated?
c
2024.1 instances actually, just normal sandboxes and production accounts
a
There is room for improvement here definitely. I will convey this to the team. The delay is because the token is verified before the actual execution of the command. The check is performed to make sure if the token is still valid and can be used, if not -> re-authorization flow is triggered so you can authorize the token again.