Button link component routes to internal page rather than working like a normal link

Hi, we have plasmic setup with next.js and have a button component that is linked to an external URL. When clicking on the button component it seems to prefer routing to an internal page instead of working like a normal link. Is there any documentation on how do we get around this? Thanks!

Hey @subjective_mouse! To redirect to an external url, you have to set the full url: http...