When running my desktop application with Electron, I noticed that the calendar is not rendered on the screen. However, if I open the same application in the browser preview, the calendar is visible.
I don’t know what t
o do.
When running my desktop application with Electron, I noticed that the calendar is not rendered on the screen. However, if I open the same application in the browser preview, the calendar is visible.
I don’t know what t
Have you inspected within the electron App with devtools if there is perhaps some JavaScript error.
I managed to fix it; it was a CSP permission issue that was blocking some requests.