I am in the early stages of learning H5.
How do I get the URL for to run a H5 script locally so I can debug it?
Any thoughts? Suggestions?
Thanks!
1. Login to M3 Cloud
2. Open an M3 program
3. Open the Browser web tools and right click inspect anywhere on the M3 panel
4. The HTML page is displayed. Search for /mne or look for the iframe that has a link to M3.
Alternativeley
Before opening M3, open the network tab in browser tools.
Click M3
Check the network tab for that first request to load the /mne index HTML page
There are a few other options as well. I normally prefer checking the iframe src tag.
Hi,
Alternatively you can also : Open a M3 Program, and then click with the "middle-button" of you mouse (the one of the scroll wheel) on this M3 tab. This will open a new browser tab and you will find the MNE URL here.
Hi @apalcer
,
For MNE URL also you get it from Infor m3 bottom screen.
That's a neat trick, thank you! I should just clarify that users should middle-click on the tab itself for this trick to work.
Simple
Open a normal Session with user password.
Open Visual Studio Projects - Define https://m3prdeuc1.m3.eu1.inforcloudsuite.com/mne/?scriptCache=false&localScript=http://localhost:8080/H5SampleUserDetails.js as Your start page.
and voilá...