When trying to create a powerapp connection to NAV 2017 (or the Developer Preview sept update). I ran in to the problem that powerapps cannot establish the connection to my NAV database.
I tried to follow the instructions in the tutorial on
youtube by Gunter Peeters.
As you can see I have two different errors depending on the use of https or http.
Some information on the azure vm I'm using:
- It's created by selecting it from the gallery in azure.
- SSL is enabled with a self-signed certificate.
- Webclient and mobile app are working.
- When browsing to the webservice URL's with IE or Chrome, everything works fine.
- Users are set up with NAV user/password.
What am I doing wrong here?
Answers
Have you tried providing direct link to the Page.
Something like:
http://example.com:7048/NAV/ODataV4/Company('CompanyName')/Customer
Below a screenshot from the video. He does it the same.
regards,
Thomas Barbut
I also tried that one but it has the same result:
In the screenshot you mention, the connection is already created. I'm having problems before this point. As a reference: My problem occurs at 2:08 in the video.
When I enter the OData Base URL in my browser I do get a result.
Marco de Vries