Closed Krystino closed 4 months ago
Hi, thanks for the report. This seems to be an issue with the deployment location, rather than our library. I'm afraid we won't be able to help directly, but typically when we see issues with deployments to Netlify (or other services) it's often related to environment variables not being correctly configured. I hope that helps point you on the right path to solving this. Failing that, it may be worth posting on a community such as StackOverflow.
Bug report for Cloudinary NPM SDK
Before proceeding, please update to latest version and test if the issue persists
Describe the bug in a sentence or two.
Hello, sir. My Photo list Page updates dynamically in local machine, but failed to update the photo list dynamically after deployment to Cloudflare or Netlify.
My Repo
photo for display (not updating after deployment)
photo component image.tsx:
the upload button that triggers page refresh:
Issue Type (Can be multiple)
[ ] Build - Can’t install or import the SDK [ ] Babel - Babel errors or cross browser issues [ ] Performance - Performance issues [x] Behaviour - Functions aren’t working as expected (Such as generate URL) [ ] Documentation - Inconsistency between the docs and behaviour [ ] Incorrect Types - For typescript users who are having problems with our d.ts files [x] Other (Specify)
Steps to reproduce
Open My Repo locally and deploy it online. Online URL deployed is: https://main--photo-hubs.netlify.app/
Error screenshots
… if applicable
Browsers (if issue relates to UI, else ignore)
[ ] Chrome [ ] Firefox [ ] Safari [ ] Other (Specify) [ ] All
Versions and Libraries (fill in the version numbers)
Cloudinary_NPM SDK version 2.2.0 Node - 0.0.0 NPM - 0.0.0
Config Files (Please paste the following files if possible)
Repository
My Repo