Hi 8th Wall Team,
I am currently developing a VPS-based navigation map locally.
I am able to add multiple VPS locations (wayspots) in my project, but Iβm encountering a problem:
- Only the animation for the first added VPS location can be triggered successfully when scanned on-site.
- When I scan the second location(art-on-box), there is no response at allβno event is fired and no animation is triggered.
I have already double-checked the following:
- The asset file paths and glTF model IDs are correct for both locations.
- The location names in my code match exactly with the backend (both in
named-location
and event handler code). - The first location always works as expected, but the second one never triggers any events or animations, even when tested at the actual location.
I am unsure whether this is a coding issue on my side or a problem with the VPS location status itself.
Could you advise on what might cause only the first location to trigger, and how to further debug or resolve this issue?
Are there any known limitations for multiple locations in local development, or is there a backend review/status not shown in the console?
I also uploaded my index.html, index.js, vps-animation.js
My current testing device is iPhone 16
Thank you very much for your help!
Best regards,