Akshay Joshi

Results 38 comments of Akshay Joshi

Hi Couple of pgAdmin 4 users facing the crash with similar logs. I have already opened the issue [](https://github.com/nwjs/nw.js/issues/7777), but no response from anyone, hence updating here as issue seems...

If I add **"chromium-args": "--disable-features=nw2"** to the package.json file then the application works fine but on right-click system's context menu is not visible.

Hello All Some of the pgAdmin 4 users have confirmed that they are no longer facing any crashes with the updated NWjs 0.61.0 version.

@rogerwang Any update on this or an ETA? We have pinned the version to 0.77.0 in pgAdmin 4 and are unable to update the latest because of this issue.

@rogerwang Could you provide an update on this issue? We're currently unable to upgrade to the latest NWJs version due to this.

I am still facing this issue while developing my application. **Scenario**: My application launches multiple new windows depending on the condition set by the users. I used "window.open(url, '_blank');" which...

Hi All Tray icon is not visible as well. Below is the logic that I have used: var trayObject = new gui.Tray({ title: 'MyApp', tooltip: 'MyApp is running', icon: '../../assets/myApp.png',...

![pgAdmin4](https://user-images.githubusercontent.com/1632882/108701312-c724fc00-752d-11eb-9ed4-10ec62d2fb87.png)

@rdczhzq Find your %AppData%\Roaming\postgresql\pgpass.conf file under the user whose credentials you have provided for the pgAgent installer. For my computer, it's C:\Users\enterprisedb\AppData\Roaming\postgresql\pgpass.conf Change the line localhost:5444:edb:enterprisedb:edb to localhost:5444:*:enterprisedb:edb (Format: HOST:PORT:DATABASE:USER:PASSWORD)

@rdczhzq This is not an issue with pgAgent; it is related to PostgreSQL's behavior in providing the correct entry in the pgpass.conf file Hence closing this issue.