Replies: 2 comments 7 replies
-
Looks like the Github repository is private. Do you have a link to the production site, maybe it is possible to debug from there. Try to look at errors in the console or network tab, that might give you a hint at what's happening. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, I don't have access to the codebase, so I can't provide a comprehensive solution. However, I can suggest some common troubleshooting tips that may help resolve missing images on your live site. File Path: Double-check the file path for the image in your code. Ensure the path is correct and the image file is in the expected directory on your live server. Image Hosting: Ensure the image is hosted correctly on your live server. Sometimes, there may be an issue with file permissions or how the image is served. Network Connectivity: Ensure there are no network-related issues that could be preventing the image from loading on your live site. Check for firewalls or content delivery network (CDN) configurations that may be blocking the image. Caching: Clear your browser cache and try accessing your live site again. A cached version of the image may be causing the issue. Build Process: Review your live site's build process. Ensure that images are properly included and optimized during the build phase. Deployment Process: Review your deployment process to ensure that the image files are uploaded correctly and accessible to your live server. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
This code works fine in development... I think it was working fine in production too, but I just noticed a missing image... when I test it in development is fine, when I test it in my localhost npm build is fine, but on the live site I can't view the image no matter what browser I use... the code is here line 93:
https://github.com/Elindo586/nextprojectb/blob/main/pages/products/electrical/servo-drives/luminary-drive.js
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions