Black Screen Issue in My Internet Computer dApp – Needd Help"

I recently deployed my dApp on the Internet Computer (ICP), but when I try to access it, Iam only seeing a black screen with no content. My backend canisters are running without issues, and there are no errors in the deployment logs.

However, the frontend doesn’t render anything, even though everything worked fine during local testing. I have tried clearing my browser cache, redeploying using dfx deploy, and checking for JavaScript errors in the console, but I haven’t found the root cause yet.

The issue persists across different browsers, so Iam wondering if this could be related to asset canisters, missing dependencies, or an issue with the deployment process.

Has anyone else encountered this problem? Any suggestions on what I should check or how to debug it?