Hi Everyone,
I recently deployed my dApp on the Internet Computer ICP, but when I visit the URL, the page only shows a black screen. The application was working fine during local development, but after deployment, the UI doesn’t load.
I have checked:
Canister logs, but no errors are reported.
Browser console, which shows Failed to load resource
errors.
Network requests, and some assets seem to be missing or failing to load.
Cycles balance, which seems to be sufficient.
Has anyone else encountered this problem? Could this be related to frontend asset serving, boundary nodes, or Web Assembly execution limits? Any troubleshooting suggestions would be greatly appreciated!