Hi I have a multi page application. I am using React 18 with the following
Code"survey-core": "^1.9.33",
"survey-react": "^1.9.66",
"survey-react-ui": "^1.9.33",
"surveyjs-widgets": "^1.9.34",
I am using vite for bundling the react app.
It works fine on my localhost version but when I deploy it on a server the survey crashes. The rest of the website works perfectly only the surveyJS part crashes and the whole website becomes unresponsive. It gives a "Page not Responding error"
Can you provide any guidance on this?