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

Cant run the client-side #876

Open
k4llman opened this issue Feb 12, 2024 · 3 comments
Open

Cant run the client-side #876

k4llman opened this issue Feb 12, 2024 · 3 comments

Comments

@k4llman
Copy link

k4llman commented Feb 12, 2024

Hi!

I have troubles with running the client-side. When I run the program with Docker and access localhost:8080 - I encounter this error message (first photo of website) that it cant send GET request to the Vue-Settings API (even though there's one handler for it in the API)?

Also, I have tried to build the client side and following the ReadME in the given folder. However, when running the command yarn install - I encounter the following error message (photo of VS code) when it tries to install the devdependency vue-cli-plugin-i18n:

"
warning vue-cli-plugin-i18n > [email protected]: Vue 2 has reached EOL and is no longer actively maintained. See https://v2.vuejs.org/eol/ for more details.
[2/4] 🚚 Fetching packages...
error @achrinza/[email protected]: The engine "node" is incompatible with this module. Expected version "8 || 10 || 12 || 14 || 16 || 17". Got "20.11.0"
error Found incompatible module.
"

After researching, it seems like Vue 2 has reached its EOL at 31/12-23 and that might be the reason why the module cant find it?

@k4llman
Copy link
Author

k4llman commented Feb 12, 2024

forgot to add the printscreens...

this is the error message after accessing localhost:8080:
Skärmavbild 2024-02-12 kl  11 08 24

and yarn install results in this error:

Skärmavbild 2024-02-12 kl  21 50 39

@ekraffmiller
Copy link
Member

Hi @k4llman, there are issues with deprecated libraries, so that might be causing your error, but I also noticed that you are running on localhost:8080 - the app should be accessed from localhost:8000. Can you try that?

@k4llman
Copy link
Author

k4llman commented Feb 14, 2024

"

Hi, I assumed there were something wrong with the libraries. Alright, I thought you had to run both the client and server side in order to gain the full functionality!

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