bcgov / vc-authn-oidc

Apache License 2.0
119 stars 69 forks source link

CDN problems in FE pages #547

Closed loneil closed 3 weeks ago

loneil commented 1 month ago

On non-government devices running on BCNGN (not Dogwood) there is a known certificate problem (not going into it here) that blocks certain web traffic.

CDNs that deliver CSS and JS assets needed are blocked.

It's likely best to not use the CDNs.

esune commented 1 month ago

Self-hosting the static assets seems to be the easiest/simplest way forward - for now. Will re-assess whether to introduce a more complex build process for the frontend in the future.

loneil commented 4 weeks ago

Have this deployed to VCAuth-N dev and I'm able to do things on my contractor laptop on BCNGN in the lab

image

esune commented 4 weeks ago

I think we can close this, changes will be pushed to test/prod as soon as we do a new release.