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

Not working on Live Server (React js) #143

Open
promise24o opened this issue May 19, 2023 · 6 comments
Open

Not working on Live Server (React js) #143

promise24o opened this issue May 19, 2023 · 6 comments
Labels

Comments

@promise24o
Copy link

It is working on my localhost, but when pushed to live server, it is showing
image

Please help, it is urgent.

@ramonszo ramonszo added the bug label May 23, 2023
@FarjadAkbar
Copy link

The zuck package is a discontinued project. The last release of zuck was in 2018. There are no plans to revive the project. If you are looking for a library that provides access to the Facebook Graph API, there are many other options available like react-facebook-sdk

@ramonszo
Copy link
Owner

ramonszo commented Jun 2, 2023

@FarjadAkbar where did you get this info from? latest release was this year and I never posted anywhere that the library was discontinued

@lasaaliceblue
Copy link

Whether the above issue is resolved or not I am also facing the same issue.

@ramonszo
Copy link
Owner

can you share the repo or at least thepackage.json you're using so i can test it locally?

@lasaaliceblue
Copy link

{
"name": "vue-project",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest"
},
"dependencies": {
"bootstrap": "^5.3.2",
"choices.js": "^10.2.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"flatpickr": "^4.6.13",
"glightbox": "^3.2.0",
"overlayscrollbars-vue": "^0.5.6",
"pinia": "^2.1.7",
"plyr": "^3.7.8",
"tiny-slider": "^2.9.4",
"vue": "^3.3.4",
"vue-router": "^4.2.5",
"vue-tiny-slider": "^0.1.39",
"vue3-dropzone": "^2.1.2",
"zuck.js": "^2.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.4.0",
"@vue/test-utils": "^2.4.1",
"jsdom": "^22.1.0",
"sass": "^1.69.5",
"vite": "^4.4.11",
"vitest": "^0.34.6"
}
}

@lasaaliceblue
Copy link

Working on the local server. But in the production server, it is not working.

npm run dev working fine. npm run build is not working

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

No branches or pull requests

4 participants