Sometimes, I'm running my Dynamics 365 as a different user on IE browser.
Unlike 2011, in 365, when I'm doing so, at the second\third time I'm running the browser as different user, I'm getting a blank screen with a bold blue line at the top.
Running it with my(local-admin)user works perfectly.
I think this is something with the IE browser\permissions but I can't tell exactly what and why.
After that blank screen occurs for the first time, even logging in to the pc as the other\different user will end up showing the same blank page from that moment on.
EDIT:
An additional info might help is that every 15 minutes, I can log on successfully , but just for the first time(again). Then, when closing the browser and re-opening it as a different user, the problem occurs again.
Related
We developed an app for MS Teams that utilizes a bot to interact with users.
One of the cards the bot sends includes a button that opens a chat with another person and fills in a default message. This is the form of the button URL:
https://teams.microsoft.com/l/chat/0/0?users=someone#email.com&message=Hello
It used to work well in the past year and in the last couple of weeks, all of the sudden, it seemed to have stopped working. What happens is, that a new chat is opened with the user as expected, but the message is not filled.
After a short investigation, we discovered that when inputting the URL above directly to the URL bar in the browser - it does work, and the default message appears. Moreover - if go and click on the button in the bot - it will now work as expected and fill the default message. This will continue working until we refresh the page - then it stops working again.
Feel free to watch this screen recording demonstrating the issue (sorry for the foreign language in the first 10 seconds 😅): https://myquestworld-my.sharepoint.com/:v:/g/personal/roy_myquest_co/EWGmLFZ49r5KlurOsMBeXIYBU1gBmhHmL2n-Cbo144JsOQ?e=2lXKAW
We contacted Office 365 support, and they directed us to this forum. We believe this is a bug in MS Teams, but so far we're not able to get MS to do anything about it.
Does anyone else experience this issue? Anything we can do about it?
Any advice would be appreciated.
Recently, opening Outlook 2019 is triggering a Edge browser announcing "Your Organization is moving to Microsoft Edge"...with about 6 or so following "Nexts"...I cannot seem to surpress it (we use Google Chrome as default). That aside, for a few, a blank white Edge window opens instead, which I presume is the same thing but failing to display the content...I cannot get it to stop, even by launching the URL from a working machine and running through the "wizard"...seems like blowing away Edge or Windows profile might be the only solution (or something else common to them...they are all similar machines, same MDT image load)...they are virtual machines though (come to think of it as I type this). Our others are physical PCs.
I ran into the same issue. When Outlook 2019 launches it opens a white Edge window that is unresponsive. The issue is triggered only when a user signs into Edge to setup account sync. If there is no user sign in then issue does not occur.
After many hours of troubleshooting the issue was resolved by setting the following registry entry:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Edge\IEToEdge
RedirectMode 2
I am using ColdFusion 2018 on a Windows 2016 server. ColdFusion is fully updated.
I work in a University setting and end users have little to no control over their ie settings. All computers are (supposedly) kept to the same settings. If they aren't end users can't change them. Compatibility mode is set to on and pushed to all computers.
I am unable to reproduce this issue on my computer in Chrome, ie or any other browser. Some users, with no real rhyme or reason that we can identify, lose their session variables when they open a new window from a link.
Here's how it works:
User logs in, session variables are set. userID and sectionAccess are two of them.
User search for an employee
User gets an employee list
User clicks on a name
New window opens with complete employee details
For SOME users, the session variables are just disappearing. We can't figure out why, and there doesn't seem to be a connection between the users or their computer settings. Laptop or desktop.
The problem is also not consistent. This just came in an email from one of the affected users "I also tried again in IE and first it worked, and then logged out and tried again and it didn’t work the next few times."
It works as expected at all times on my computer and my home computer (a mac.) My computer is Windows 10, with ie 11.1565.16299.0
This is my application tag:
<cfapplication name="theSite"
clientmanagement="yes"
sessionmanagement="yes"
setclientcookies="yes"
sessiontimeout="#CreateTimeSpan(0,1,60,0)#"
applicationtimeout="#CreateTimeSpan(0,1,60,0)#">
Has anyone experienced this? How do I fix it? Again, I have no control over browser settings.
Thank you
I've been trying to use batch testing to test my luis app and have been experiencing an annoying bug. Basically the LUIS app page will become unresponsive while the batch testing window is open.
The most similar issue I've seen can be found here: LUIS web interface crashed after import JSON file for Batch Testing or Import App, with no answer yet.
My problem is also slightly different by the looks of it.
Experimenting has yielded the following results:
I can upload, test and view the results of 1 batch successfully sometimes. Sometimes the page will become unresponsive while I am looking at the results.
If I have successfully viewed the batch, but then close the batch testing window without deleting the batch, the next time I open the window the whole site will become unresponsive.
Recently opening the "Inspect" tab on the single utterance testing window has also begun making the page unresponsive.
I can submit images if needed, but the pages seem more or less the same after the bug has occurred, they simply stop working. Pressing buttons does nothing and I need to refresh the page if I want to get back to the bot's Dashboard/Build/Publish/Settings page.
The app has 18 intents, 12 entities, and a couple hundred utterances. I have tested it on a collaborator account and the bugs seems to occur there too. Not sure what other info might be relevant.
If anyone has experienced similar issues and can help I'd appreciate it. Being able to use the built in Batch Testing feature would be very useful.
Since updating to Windows 10, I experience delays (up to a minute) when starting the website I'm developing. The browser opens and it is attempting to fetch the URL but it just sits there spinning until at some point VS kicks back in finally the page loads. This includes new projects since the upgrade to Windows 10 and older projects built before the update to Windows 10. If I make a client side change (ie change some HTML), save the file and then refresh the browser, I also get massive delays. Any ideas?
In addition, during the delay nothing is posted to the output window in VS. The eventual page load coincides with messages appearing in the output window, indicating that the delay is occurring at the VS end.