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
I tried building the app for windows according to the readme.md, but was unable to due to this issue.
Also while building the app, I had to comment out these 3 lines along with one more line above which is not in the screenshot because the object request did not have the properties setUrl(), setTitle(), setIsnewspace()
I tried to run the local server for development as well.
Although webpack compiled and ran a development server, upon visiting localhost it was a blank page.
It would be a great help if I could be offered some help regarding this, Thank you.
Update:
I got the app to build on linux somehow, but I am still unable to run dev server.
In the browser console, it says electron not defined/loaded. ( I need to recheck that )
Update 2:
Was able to compile the entire source code without commenting out the 4 lines which were breaking it earlier for me, but am still unable to run a webpack-dev-server.
It says window.electron not defined
Update 3:
Got it working somehow.
Update 4:
Although it is working, anytype logo at the start of the app is not showing up.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I tried building the app for windows according to the readme.md, but was unable to due to this issue.
Also while building the app, I had to comment out these 3 lines along with one more line above which is not in the screenshot because the object
request
did not have the propertiessetUrl()
,setTitle()
,setIsnewspace()
I tried to run the local server for development as well.
Although webpack compiled and ran a development server, upon visiting localhost it was a blank page.
It would be a great help if I could be offered some help regarding this, Thank you.
Update:
I got the app to build on linux somehow, but I am still unable to run dev server.
In the browser console, it says electron not defined/loaded. ( I need to recheck that )
Update 2:
Was able to compile the entire source code without commenting out the 4 lines which were breaking it earlier for me, but am still unable to run a webpack-dev-server.
It says
window.electron
not definedUpdate 3:
Got it working somehow.
Update 4:
Although it is working, anytype logo at the start of the app is not showing up.
Console tells about some electron csr policy.
Beta Was this translation helpful? Give feedback.
All reactions