vohuy9044@gmail.com
22:18:46 8/6/2026
I am reaching out regarding a critical issue with the "Full Export" feature. I have purchased the Premium plan, but the exported virtual tour fails to function correctly when used offline. The Issues: 1. Hotspot Preview Box Failure: When hovering over hotspots, the preview box appears black/broken. The browser console and server logs show a 404 or redirect to index.html error when the system attempts to fetch images via / next/image?url=... . It seems the exported build is still trying to access a Next.js image optimization API that does not exist in an offline/static server environment. 2. Missing Assets Offline: When disconnected from the internet, the tour fails to load essential UI icons and assets, despite having performed a "Full Export". It appears the export package is not truly "offline ready" and still relies on external server calls for assets. Environment: Export Type: Full Export (Premium) Server Environment: Tested on Mongoose and Laragon (Localhost) Behavior: The tour works online but breaks immediately when offline or when using a local static server. Evidence: Please find the attached screenshot showing the Network tab error: The system is attempting to load image?url=... but receiving text/html (redirect) instead of image data. I have also attached a screenshot showing the missing icons and the broken preview box when hovering over the hotspot. I am preparing this project for my graduation thesis presentation and require a fully functional offline version. Could you please provide a fix, a patched tour.js file, or instructions on how to force the export to read local static assets directly without calling the / next/image API? Looking forward to your prompt assistance.













