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
In code, we may find <Link that has href pointing to `widgetSrc: "${config_account}/widget/app",
These should be using the actual root at /Index instead.
There is a bos-workspace helper for this where ${config_index} will be replaced with "trylivepeer.near/widget/Index", because of our bos.config.json. Use widgetSrc: "${config_index},
In code, we may find <Link that has href pointing to `widgetSrc: "${config_account}/widget/app",
These should be using the actual root at /Index instead.
There is a bos-workspace helper for this where ${config_index} will be replaced with "trylivepeer.near/widget/Index", because of our bos.config.json. Use
widgetSrc: "${config_index}
,The text was updated successfully, but these errors were encountered: