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
I have created the App Bridge and successfully obtained it, but I am encountering the error: 'App Bridge failed to initialize web-vitals.' I have already included the option enableWebVitals: false, so why is this error still occurring?
Summary
I have created the App Bridge and successfully obtained it, but I am encountering the error: 'App Bridge failed to initialize web-vitals.' I have already included the option enableWebVitals: false, so why is this error still occurring?
const appBridgeObj = createApp({
apiKey: process.env.REACT_APP_API_KEY,
host: queryParams.host,
forceRedirect: false,
enableWebVitals: false,
});
Are you using React components?
Yes
Polaris version number
13.9.0
The text was updated successfully, but these errors were encountered: