I am trying to use Blazor webassembly and deploy the page to github pages. All is working fine, but as soon as I switch to a custom domain (dns done and works), the page shows me the blazor "An unhandled error has occurred. Reload 🗙" page.
Browser console has following errors:
Seems that as soon a public domain is used, it can't find some files. For example:
- Search in: https://hiptoken.com/Hiptoken/_framework/blazor.webassembly.js
- Stored in: https://hiptoken.com/_framework/blazor.webassembly.js
Is there some routing issue? Any ideas? Thx
Github project 'main': https://github.com/vcarlucci/HiptokenGithub pages branch linked to 'gh-pages'