Scenario:
The error message “message”:”Request does not match any route.”,”trace”:null}, is encountered in the Magento 2- NetSuite integration App flows.
Solution:
- Check the Magento 2 connection and confirm if the connection is online. You can notice that the connection has gone offline. This occurs when the Base URI in the connection is incorrect.
- Enter the base URI of your Magento 2 account. You can locate this URL in the address bar after you sign in to your Magento 2 account. For example, if your account is located at http://123.12.12.1/xyz/admin, then replace admin with rest and enter the base URI as http://123.12.12.1/xyz/rest.
- Reenter the username, password and generate new Token.
- Test connection – click this button to verify that your new connection is free of errors.
- If test shows the status as success, Save the connection.