You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app is supposed to open with the route specified, as it works for other windows with the same configuration.
Actual Behaviour
But the app opens with a white color window, without any route or page showing.
Specifications
Menubar version: "menubar": "^9.3.0",
Platform: macOS
Electron version: 22.0.2
Other information
Hi guys, I am creating an electron application and I am using the menubar package for electron to create a menubar app.
This is the code I am using to load the menubar route, but once I package the app and open it, the window is not showing the route, it is showing a white screen.
I used the same configuration for creating other windows, and it works properly, only for the menubar it does not properly.
If anyone can let me know what is the error and how I could fix it, it would be really helpful.
The text was updated successfully, but these errors were encountered:
shanjairaj7
changed the title
Electron menubar package not loading file in Production - but working properly in development
Electron menubar not loading file in Production - but working properly in development
Mar 29, 2023
Expected Behaviour
The app is supposed to open with the route specified, as it works for other windows with the same configuration.
Actual Behaviour
But the app opens with a white color window, without any route or page showing.
Specifications
Other information
Hi guys, I am creating an electron application and I am using the menubar package for electron to create a menubar app.
This is the code I am using to load the menubar route, but once I package the app and open it, the window is not showing the route, it is showing a white screen.
I used the same configuration for creating other windows, and it works properly, only for the menubar it does not properly.
If anyone can let me know what is the error and how I could fix it, it would be really helpful.
The text was updated successfully, but these errors were encountered: