Error in mini program: The page is not allowed to load - vodapay-miniprogram

My miniprogram loads in the miniprogram studio emulator but I get this error after releasing it to the super app. The app uses web-view to link to an external site.

Related

Task module with React component doesn't open

I have a Teams bot (.Net Core 3.1 + Bot SDK 4.0) and I call task module from it to render my React app. A React app is a SPA located at the same App Service as a bot. It works fine at the local stand and at the developer's stand, but at the customer's test stand, after calling the task module, a problem arises.
At desktop windows app there is happening nothing at first time, after the second click of the button to open the task module, an error appears at the bottom of the adaptive card:
There is an error in the Developer Tools:
I also tried to open this task module in popup application mode, it returns an error window:
In the Developer Tools, in this case, I have the following errors:
When I try to open my React app from the browser or use it as a tab for my bot, it works fine. What should be the problem with opening it as a task module? Maybe I need to do some extra steps in the Microsoft Teams admin center?
I found a way to solve the problem. I installed the bot through a local upload of the manifest, but then I found out that it was also added to the list of applications for our organization (at Teams admin center), and apparently there was some kind of collision between them. After I uninstalled the application from my desktop Teams and installed it from the application pool - the error disappeared.

How to integrate cortana in Universal App?

I am trying to develop windows 10 app using existing website.
Here is I have followed link http://microsoftedge.github.io/WebAppsDocs/en-US/win10/CreateHWA.htm
I am able to view my website in Windows 10 app, but I don't know how can I integrate Cortana into my web page?
I have checked this link also WebApp: Cortana loads app, but how can I deep link into the web app with javascript?
but it didn't help me.
I found solution for this. Based on this link WebApp: Cortana loads app, but how can I deep link into the web app with javascript? I did write code in my application
The reason cortana was not working because I need to first run windows universal application manually, so it will download vcd file from home page of website.
After running application manually first time and second time I did try to give command to cortana to open my application, it works !!!

Getting dropbox login to work with Universal Window Platform app

I was trying to getting drop box login to work through my Universal Window Platform App. I have followed the steps through the following guide : https://microsoftedge.github.io/WebAppsDocs/en-US/win10/CreateHWA.htm , where it turns my website into a Windows Store app but I can't seem to get dropbox login working. When I try click on the icon which allows users to login, it crashes the app. On the website it works perfectly.
I have tried adding https://www.dropbox.com to the URI but it didn't work. I checked through the console and got the following problem:
Dropbox:APPHOST9624: The app can’t use script to load [website url] url because the url launches another app. Only direct user interaction can launch another app.
I never encountered this problem through the website.
I also encountered another error which I don't recognise the source of which was:
APPHOST9603: Can’t load the ActiveX plug-in that has the class ID '[Class id here]'. Apps can't load ActiveX controls.

WP7 App doesn't work when ran from Visual Studio but once deployed on Device it works

I am working on Photo application.
In which a user can upload, view, and download pictures to and from the cloud.
For back-end I am using buddy API.
The problem I am facing is that once I choose a photo and try to upload it to the cloud it gives me 'Null reference exception' and this only happens when ran from Visual Studio (either to the device or emulator).
But once its deployed on my phone it uploads and behaves normally.
I don't know where to exactly put the blame and from where to start looking into this problem.
It fails on:
var photo = await album.AddPictureAsync(e.ChosenPhoto);
with the error:
A first chance exception of type 'System.NullReferenceException'
occurred in PhotoApplication.DLL

MVC3 browser error...'sessionStorage' is undefined

I have an MVC3 C# .Net web app. The app works fine when launching the website from external browsers (i.e., the browser on my machine and other users' machine). However, when launched on the web server itself, I receive the following error
'sessionStorage' is undefined
...when loading an web page. It's the type of error that displays the little yellow icon at the bottom of the browser.
Any ideas? I must be missing on the server's browser.
IE7 doesn't support sessionStorage. You can use it starting from IE8.

Resources