I get this error when clicking on a button in the “live” version, but in “dev” version it works fine, it suppose to open a popup (Reusable element)
Seem you are using an API call? The ID doesn’t exist…
1 Like
You are using and id from test version, in the live environments.
The reason it work on dev , because on dev you are probably calling there test endpoint and in live you will be calling the live endpoint.
This the id is not present on live, causing the error
2 Likes