You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this is because this file is a module which can't be included directly without using type="module" in the script tag. But angular doesn't support this because anything that is a module should be included in the main bundle.
So, where is this being used and is it actually working?
Flavor
Docker
Version
dev
The text was updated successfully, but these errors were encountered:
Git blame says it was added pretty early in development - 9c7504e
I think I had issues calling the Oauth functions without doing the script import. It could also be related to the crypto.subtle polyfill (for users who run Fasten on a custom domain, but without a valid cert. eg. health.local or health.internal)
I never had issues with this during development however. I'm surprised that you cant compile.
What happened?
I'm seeing this error in the js console, coming from the included oauth4webapi library.
fasten-onprem/frontend/angular.json
Line 79 in 7d07157
I believe this is because this file is a module which can't be included directly without using
type="module"
in the script tag. But angular doesn't support this because anything that is a module should be included in the main bundle.So, where is this being used and is it actually working?
Flavor
Docker
Version
dev
The text was updated successfully, but these errors were encountered: