You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disclaimer: I am not sure how important this issue is 😅
Problem
Currently, in the packages/utils/renderer/services/embed.ts the script src is constant that is, /js/iframe-resizer.js which do not work if NEXT_PUBLIC_BASE_URL is defined.
Potential Solution
Make the script.src dynamic with NEXT_PUBLIC_BASE_URL
Disclaimer: I am not sure how important this issue is 😅
Problem
Currently, in the
packages/utils/renderer/services/embed.ts
the script src is constant that is,/js/iframe-resizer.js
which do not work ifNEXT_PUBLIC_BASE_URL
is defined.Potential Solution
Make the
script.src
dynamic withNEXT_PUBLIC_BASE_URL
The text was updated successfully, but these errors were encountered: