Lars Rye Jeppesen
Lars Rye Jeppesen
I'm using it with AngularJS 1.5 without issues Did you include the js-code in your index.html ?
Same - Angular 14, QR scanning works, no barcodes work. // Update I managed to get something working by switching cameras on the phone.
Guys this is kinda crazy this isn't addressed... error handling and parsing is a very vital part of development.
Maybe this can help for inspiration as well: https://medium.com/@marcozuccaroli/a-multilanguage-application-with-angular-universal-6e5fe4c2d81c
> I tried to apply @marcmarcet-codinghumans solution for my project but I keep getting a server timeout. I am hosting my project using Firebase. > Does anybody have successfully served...
Update: I downgraded to 17.0.9 and now it works again! In the linked github project, this is the branch called "downgrade"
Thanks @alan-agius4 . This must have be changed between 10.0.9 and 10.1.0, as it worked up to this point? Change in Vite perhaps? The idea with the base-href is that...
@alan-agius4 it works! Amazing, thank you so much! You're welcome to close the issue, apparently it allows for the missing slash in 17.0.9, and not in 17.1.0. Cheers, and thank...
Found this old PR in Vite, where they allowed missing trailing slashes: https://github.com/vitejs/vite/pull/10723
@alan-agius4 before you close it, I noticed that now that I changed the baseHref to include a trailing slash, references to assets like this: /assets/test.gif do not work in development...