Blank page after build
As the title says, after
Inspecting the page, I realized that the body contained nothing. Do you know what's happening?
Those are libs I used:
"@ant-design/icons": "5.3.6",
"@ant-design/plots": "^2.1.16",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@fullcalendar/core": "^6.1.11",
"@fullcalendar/daygrid": "^6.1.11",
"@fullcalendar/list": "^6.1.11",
"@fullcalendar/react": "^6.1.11",
"@fullcalendar/timegrid": "^6.1.11",
"@react-pdf/renderer": "^3.4.2",
"@refinedev/antd": "^5.37.6",
"@refinedev/cli": "^2.16.29",
"@refinedev/core": "^4.49.0",
"@refinedev/devtools": "^1.1.37",
"@refinedev/nestjs-query": "^1.1.3",
"@refinedev/react-router-v6": "^4.5.7",
"@uiw/react-md-editor": "^4.0.4",
"algoliasearch": "^4.23.3",
"antd": "^5.16.2",
"antd-img-crop": "^4.21.0",
"antd-password-input-strength": "^2.0.1",
"axios": "^1.6.8",
"classnames": "^2.5.1",
"dayjs": "^1.11.10",
"graphql-tag": "^2.12.6",
"graphql-ws": "^5.16.0",
"i18next": "^23.11.2",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.0",
"react-instantsearch": "^7.7.1",
"react-leaflet": "^4.2.1",
"react-leaflet-cluster": "^2.1.0",
"react-router-dom": "^6.22.3",
"react-use": "^17.5.0"
refine build and refine start (preview) I got blank pages. Accessing both defined and undefined routes I still got blank pages.Inspecting the page, I realized that the body contained nothing. Do you know what's happening?
Those are libs I used:
"@ant-design/icons": "5.3.6",
"@ant-design/plots": "^2.1.16",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@fullcalendar/core": "^6.1.11",
"@fullcalendar/daygrid": "^6.1.11",
"@fullcalendar/list": "^6.1.11",
"@fullcalendar/react": "^6.1.11",
"@fullcalendar/timegrid": "^6.1.11",
"@react-pdf/renderer": "^3.4.2",
"@refinedev/antd": "^5.37.6",
"@refinedev/cli": "^2.16.29",
"@refinedev/core": "^4.49.0",
"@refinedev/devtools": "^1.1.37",
"@refinedev/nestjs-query": "^1.1.3",
"@refinedev/react-router-v6": "^4.5.7",
"@uiw/react-md-editor": "^4.0.4",
"algoliasearch": "^4.23.3",
"antd": "^5.16.2",
"antd-img-crop": "^4.21.0",
"antd-password-input-strength": "^2.0.1",
"axios": "^1.6.8",
"classnames": "^2.5.1",
"dayjs": "^1.11.10",
"graphql-tag": "^2.12.6",
"graphql-ws": "^5.16.0",
"i18next": "^23.11.2",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.0",
"react-instantsearch": "^7.7.1",
"react-leaflet": "^4.2.1",
"react-leaflet-cluster": "^2.1.0",
"react-router-dom": "^6.22.3",
"react-use": "^17.5.0"

