Hello Syed Saleem Peera,
Thank you for your reply. I have now removed the @rendermode="InteractiveServer" in App.razor
Unfortunately, I am facing issues that seem to be connected to rendering. The web app loads with an unhandled error. I see these messages in developers tools:
Failed to load resource: the server responded with a status of 404 () --- plotly-latest.min.js:1
Failed to load resource: the server responded with a status of 404 () --- plotly-interop.js:1
Error handling response: TypeError: Cannot set properties of null (setting 'valueAsNumber') at chrome-extension://kpmbpdpbjjadabknommjfphilmecebab/js/popup.js:20:57
It seems .js processes is trying to access elements that are not loaded yet... Do you have any idea what the cause is and how to fix it?
P.S. The web app was working fine after my previous post and I applied minor changes and restart it, and it was working fine. After completely stopping and starting the web app, I faced rendering issues. Unfortunately, undoing of all changes, I can't repeat the same state as before even in incognito...