zuck.js
zuck.js copied to clipboard
Not working on Live Server (React js)
It is working on my localhost, but when pushed to live server, it is showing
Please help, it is urgent.
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
@FarjadAkbar where did you get this info from? latest release was this year and I never posted anywhere that the library was discontinued
Whether the above issue is resolved or not I am also facing the same issue.
can you share the repo or at least thepackage.json
you're using so i can test it locally?
{ "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" } }
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