window.ipcRenderer is undefined #648
Replies: 2 comments 1 reply
-
@Ayush-Vish This is expected. Bruno only loads in Electron, as it needs IPC to talk to the filesystem and load the collections. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@helloanoop So how I can make collections and request in browser. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have installed Bruno locally, and the electron app is working fine but in the next.js app the input tag to choose location is not working.
On debudding the problem I found that in the "packages\bruno-app\src\providers\ReduxStore\slices\collections\actions.js" (901) the ipcRenderer variable is not in the window object.
Please help me to solve this issue.
Beta Was this translation helpful? Give feedback.
All reactions