Embedded web form disappeared

the pipedrive embedded web form on our wordpress.org site disappeared late October.
Seems like the browser is blocking the JS, giving a CORB error in the console. What’s the solution?

<div class="pipedriveWebForms" data-pd-webforms="https://pipedrivewebforms.com/form/(id)"><script src="https://webforms.pipedriveassets.com/webforms.min.js"></script></div>

Chrome:

Cross-Origin Read Blocking (CORB) blocked cross-origin response https://webforms.pipedriveassets.com/webforms.min.js with MIME type text/html.

Safari:

Refused to execute https://webforms.pipedriveassets.com/webforms.min.js as script because "X-Content-Type: nosniff" was given and its Content-Type is not a script MIME type.

Apparently the webform JS changed paths. As I am not the account owner, I don’t know if this was notified or not.

For anyone experiencing this problem, be sure your tag looks like this

<script src="https://cdn.pipedriveassets.com/web-form-assets/webforms.min.js">