Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App-Bridge failed to initialize web-vitals #12775

Open
tandel-parth opened this issue Oct 12, 2024 · 0 comments
Open

App-Bridge failed to initialize web-vitals #12775

tandel-parth opened this issue Oct 12, 2024 · 0 comments
Labels
Bug Something is broken and not working as intended in the system. untriaged

Comments

@tandel-parth
Copy link

tandel-parth commented Oct 12, 2024

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

@tandel-parth tandel-parth added Bug Something is broken and not working as intended in the system. untriaged labels Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something is broken and not working as intended in the system. untriaged
Projects
None yet
Development

No branches or pull requests

1 participant