Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blank page in manual installation #3294

Open
danieledelia77 opened this issue Mar 8, 2023 · 2 comments
Open

Blank page in manual installation #3294

danieledelia77 opened this issue Mar 8, 2023 · 2 comments

Comments

@danieledelia77
Copy link

Good morning,
I followed the manual installation instructions. I imported with git the master branch and 2.6.
For organizational reasons I can't use docker installation. So I necessarily have to use this manual
Starting the browser client I see a blank page. I attach error on Chrome. For server all right

Also with the "npx grunt server" command there are problems. I tried with Node 12 and Node 14
node
blank

@MarkLark86
Copy link
Collaborator

Hi @danieledelia77 It looks like the client side extensions are not built. Please try running the following before running npx grunt server:

npx @superdesk/build-tools extensions build .

@danieledelia77
Copy link
Author

danieledelia77 commented Mar 8, 2023

Hi, thanks.
On this command i have error "error: missing required argument 'main-client-dir'"

  • Anyway, I partially solved it. The error was probably in the version of nodejs used. I have now used 14.0.0 and the extensions are being built. I am able to login, client side. But I have a 500 error on API CLIENT.

  • It would be good to specify which version of NodeJs/Npm to use.

  • Also, downloading the repository from github is super slow and I fixed it with

git config --global url."https://github".insteadOf git://github

Some screen
targetpub
errore2
errore
api
personal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants