You need to sign in to do that
Don't have an account?
Seb Ortiz
REST API Error URL_NOT_RESET
Hi all,
We are getting an URL_NOT_RESET error in REST API when trying to connect to a Production Org with *.cloudforce.com domain.
We are reproducing the same error when trying to connect with Data Loader, Workbench and Developer Console. It also happens in Developer Sandbox.
The Org has a My Domain set up, if that means anything
Steps to reproduce:
1. Login and get access_token
2. Call any API resource using the same domain returned in instance_url in step 1. i.e.
https://a33-3245.cloudforce.com/services/data/v29.0/sobjects/Account
Please help! it's critical
Thanks
Sebastian
We are getting an URL_NOT_RESET error in REST API when trying to connect to a Production Org with *.cloudforce.com domain.
We are reproducing the same error when trying to connect with Data Loader, Workbench and Developer Console. It also happens in Developer Sandbox.
The Org has a My Domain set up, if that means anything
Steps to reproduce:
1. Login and get access_token
2. Call any API resource using the same domain returned in instance_url in step 1. i.e.
https://a33-3245.cloudforce.com/services/data/v29.0/sobjects/Account
Please help! it's critical
Thanks
Sebastian
Thanks to SF support who gave us the following workaround:
1. Go to Setup > Domain Management > My Domain
2. Edit "My Domain Settings"
3. Fill original domain name and click "checkAvailability" button again. It will delete the checked domain name and restore original domain name.
This also solved the same error on Data Loader, Workbench and Developer Console.
Happy days!