Is anyone using Extension Dev Tools 2024.1.1 or 20...
# suitecommerce
e
Is anyone using Extension Dev Tools 2024.1.1 or 2024.1.2? Every time I tried to fetch for the first time, I got the
Invalid login attempt
error after trying to create the new token from the browser confirmation.
s
Have you set your .env file?
e
yes, I created the integration record and set them up. Otherwise, you are not redirect to the browser confirmation but after that I got the error
s
And the key/secret in there is for the integration record and not the access token for your account?
e
Oh, did I miss them up? These are for the integration. Help me to recall, do I need to create a new access token and set them at some place?
s
This is what I have in my notes because I also did what you're describing
1. Go to Setup > Integration > Manage Integrations > New 2. Create an integration record. (For more information, see Create Integration Records for Applications to Use TBA.) a. In the Name field, enter a name for the integration record. b. In the State field, select Enabled. c. Check the Token-Based Authentication box. d. Check the TBA: Authorization Flow box. e. In the Callback URL field, enter: http://localhost:7777/tba. f. Clear the Authorization Code Grant box. g. Check the User Credentials box. 3. Save the integration. Be sure to save the consumer key/secret before closing the page. 4. Copy and paste the consumer key/secret in the .env file. ALSO IMPORTANT: the key/secret information you put in the .env file must be for the integration record that you've just created AND NOT FOR THE ACCESS TOKEN FOR YOUR ACCOUNT. If you attempt to use your the key/secret that you have manually created through the NetSuite UI (using the Manage Access Tokens link), then this will also cause this error.
e
This is exactly what I did
It seems, we needed to wait a little bit and get the new dev tools 2024.1.2, the 2024.1.1 seems to have issues