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
We are encountering the following error when running the application locally. Initially, the application runs fine for a few attempts, but suddenly it starts failing with the following console error.
Despite trying several suggested solutions, none have resolved the issue. Any recommendations would be greatly appreciated, as this is significantly slowing down our development process.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi Team,
We are encountering the following error when running the application locally. Initially, the application runs fine for a few attempts, but suddenly it starts failing with the following console error.
Despite trying several suggested solutions, none have resolved the issue. Any recommendations would be greatly appreciated, as this is significantly slowing down our development process.
package.json config:
{
"name": "client-app",
"version": "0.1.0",
"private": true,
"proxy": "https://localhost:44369/",
"dependencies": {
"@azure/msal-browser": "^2.16.1",
"@fluentui/react": "^8.34.5",
"@microsoft/applicationinsights-web": "^2.6.5",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/bootstrap": "^4.6.1",
"@types/jest": "^26.0.24",
"@types/node": "^12.20.26",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"axios": "^0.21.1",
"axios-hooks": "^2.7.0",
"bootstrap": "^4.6.0",
"jquery": "^3.6.0",
"powerbi-client-react": "^1.3.3",
"react": "^17.0.2",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.1",
"react-select": "^4.3.1",
"react-select-checked": "^0.1.12",
"semantic-ui-css": "^2.4.1",
"typescript": "^4.4.2",
"use-immer": "^0.5.2",
"web-vitals": "^1.1.2",
"@babel/runtime": "7.26.0"
},
"devDependencies": {
"react-scripts": "5.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"resolutions": {
"@types/react": "^17.0.3",
"powerbi-client-react": "^1.3.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
Error Snapshot:
Beta Was this translation helpful? Give feedback.
All reactions