Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Levelup Stopped working with CRM 2013 #112

Closed
zaha opened this issue Apr 23, 2020 · 4 comments
Closed

Levelup Stopped working with CRM 2013 #112

zaha opened this issue Apr 23, 2020 · 4 comments
Assignees
Labels

Comments

@zaha
Copy link

zaha commented Apr 23, 2020

Browser Version: 5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.113 Safari/537.36
Extension Version: 3.5.1
----------------------------------------------------------

When I try to use any function of Levelup I see the following error in the JS Console:

GET http://on-premise-crm/MyOrg/api/data/v8.0/RetrieveCurrentOrganization(AccessType=@p1)?@p1=Microsoft.Dynamics.CRM.EndpointAccessType%27Default%27 404 (Not Found)
m @ levelup.extension.js:1
w.SendRequest @ levelup.extension.js:1
w.Execute @ levelup.extension.js:1
(anonymous) @ levelup.extension.js:1
n @ levelup.extension.js:1
(anonymous) @ levelup.extension.js:1
(anonymous) @ levelup.extension.js:1
(anonymous) @ levelup.extension.js:1
(anonymous) @ levelup.extension.js:1
postMessage (async)
(anonymous) @ VM234:1

This was working just fine ~2 weeks ago before my vacation. There was no change to the on-premise CRM we have in use.

@rajyraman
Copy link
Owner

rajyraman commented Apr 23, 2020

@zaha - This is a new functionality I added recently for getting tenantid. I haven't tested this in OnPrem at all. Is this crashing the whole extension, or do you get this error only when you choose environment details in the menu? This message won't be in crm2013.

@rajyraman
Copy link
Owner

rajyraman commented Apr 23, 2020

@zaha - The call is made when the extension button is clicked. So, I have to make a change to do this only if the version is > 8.2. I will fix it in the next release.

@rajyraman rajyraman self-assigned this Apr 23, 2020
@rajyraman rajyraman added the bug label Apr 23, 2020
@zaha
Copy link
Author

zaha commented Apr 23, 2020

Great, thanks. 👍

Yeah as you said, happens only when you click any of the buttons.

@rajyraman
Copy link
Owner

@zaha - I did not update the Firefox version. So you can use it in the meantime till I push an update. https://addons.mozilla.org/en-US/firefox/addon/level-up-for-d365-power-apps/

rajyraman added a commit that referenced this issue Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants