On my local instance of Couchbase (4.1.0) a notification icon has appeared on the settings tab inside of Admin Console. When clicking on the Settings tab and navigating to the sub tabs there doesn't appear to be any new information and the icon remains. What is the icon notification used to indicate/ additionally how do I get rid of the notification
This is just a notification to upgrade couchbase to 4.5. Not sure why it never appeared before since 4.5 has been out for a while
Related
I have a web application that opens a local application on client machines using a protocol already registered during client setup.
The web application gives an alert when opening local application and gives a checkbox to be selected in that alert. If checkbox is checked, the browser doesn't prompt next time when opening the local application.
However, this checkbox is seen when my web application is hosted with https. When hosted with http, the checkbox is not given by the browser and the browser always throws the alert. Can the user at client side manually do something to avoid the alert every time?
I looked into the Google chrome settings. There is Protocol Handlers in Site Settings but it doesn't allow to enter a site manually. It shows outlook.office.com which I can remove but doesn't give a way to enter a site manually.
Is there a workaround to trust a site and not show alert for this specific trusted site
If your environment is Microsoft, with a GPO the website can be added in the safe list address of Internet Explorer options. Otherwise, you will have to do it manually in each endpoint.
I've just setup a new PhpStorm project and I've never had this issue before.
In the right click context menu, the Upload to server.com button is not appearing, and the Deployment sub menu button is greyed out. See image below.
I've added my server to the deployment section in preferences and I've tested the connection and it's fine. I have even highlighted the server as my primary server. I can browse remote host fine, I just can't seem to get the deployment to work.
I'm using the same settings from another project that is working, but I don't remember having to do anything else.
Can any one help?
I have created a website and hosted it in IIS Server on Windows Server 2012 R2. I have set the authentication to be Windows Authentication. When the user who has logged into the domain tries accessing the website, everything works fine and no prompt is shown to the user.
Now I need to serve this website over https. I have purchased the certificate and added it to the website and have set up the SSL binding. When the user tries accessing the website now (using Google Chrome), he/she gets a "Sign in" prompt like this:
Why does this happen? Is there a setting in IIS I can change so that the user is not prompted?
I cannot not find documentation from Microsoft on how is this supposed to happen but I was under impression that the browser would pass the user's credentials to the IIS server without prompting the user to enter them.
With the information from this post, I found the solution for Google Chrome (67.0.3396.99). Apparently Chrome (as well as IE) reads the settings from Internet Options in Control Panel.
Here are the steps to remove the Sign in prompt:
Go to Control Panel -> Internet Options
Go to Security tab and select Trusted sites zone:
Click Sites button and make sure that you have your website's URL added to the list. Add it if you do not see it.
Close the Trusted sites popup.
In the Internet Properties dialogue, click Custom level… button
Scroll down to User Authentication section and make sure that you have “Automatic logon with current user name and password” option selected.
Click OK button to close the security settings dialogue.
Click Yes button on the Warning popup.
Click OK button to close the Internet Properties dialogue.
My Google Chrome has stopped working & I don’t know why. proxy server part is unchecked & Automatically detect settings part of LAN setting is checked.
But when I want to load any site on it this message appear:
Proxy server connection failed.
I searched but no result! Is there any way to solve this problem?
I'm using windows 8.
I uninstalled chrome and Install a newer version, but the same error exists & doesn't allow me to use chrome.
my connection to Internet is OK & I can ping www.google.com, or use other browsers.
Try following these steps:
Run Chrome as Administrator.
Go to the settings in Chrome.
Go to Advanced Settings (its all the way down).
Scroll to Network Section and click on ''Change proxy settings''.
A window will pop up with the name ''Internet Properties''
Click on ''LAN settings''
Un-check ''Use a proxy server for your LAN''
Check ''Automatically detect settings''
Click everything ''OK'' and you are done!
Open Google Chrome.
Click Menu on the upper right side. Beside the STAR symbol (Bookmark).
Click Show Advanced Settings.
Scroll down and find Network.
Click Change proxy settings.
On the Connections tab, click LAN settings.
Uncheck "Use a proxy server for your LAN."
Then click OK.
Hope it helps .
I had the same problem with a freshly installed copy of Chrome.
If nothing works, and your Use a proxy server your LAN setting is unchecked, check it and then uncheck it . Believe it or not it might work. I don't know if I should consider it a bug or not.
Internet explorer has a reset to factory button and luckily so does chrome! try the link below and let us know. the other option is to stop chrome and delete the c:\users\%username%\appdata\local\google folder entirely then reinstall chrome but this will loose all you local settings and data.
Google doc on how to factory reset:
https://support.google.com/chrome/answer/3296214?hl=en
I'm developing a Google Chrome Extenstion, I wonder if there is anyway to show desktop notifications even if Chrome is closed, maybe some sort of background process or service? Kindly advice and guide me if it is not possible also. Thanks.
If you request a "background" permission your extension's background page will be able to show notifications even with Chrome windows closed.
When any installed hosted app, packaged app, or extension has "background" permission, Chrome runs (invisibly) as soon as the user logs into their computer—before the user launches Chrome. The "background" permission also makes Chrome continue running (even after its last window is closed) until the user explicitly quits Chrome.
If you use Google Chrome, you can enable a new Gmail feature that shows desktop notifications for new messages. Go to "Settings", and enable chat notifications and mail notifications to see a small bubble when you get a new message.
Secondly: Using WCF or Windows Services:
you have to develop simple client on machine polling a central service for alerts. Each alert should have a unique id so each client can deal with idem-potency
I Hope that this will be helpfull to you
Regards: Azeem Raavi