Add link in panel not working (on live server)

Hi all,

I am facing a weird issue that adding links inside an textarea via the link icon are not working. The modal opens and I can enter my link-href and link-text, but I am not able to confirm the modal. I can only cancel it and it does not show any error message.
But I am facing this issue only on my live implementation — on my localhost everything works fine.

Anybody an idea where this could come from??

Thanks,
Matt

What Kirby version is that? Are there any error messages in your Dev console, maybe? Or in the network tab?

1 Like

Thanks @texnixe

Looking at the network tab helpted to solve my issue. It seems my build process minified the app.js inside the panel folder. I fixed my build process and everything works as expected now :slight_smile:

Many thanks,
Matt