I am using a Google Cloud Storage bucket to serve my Angular website through Google Cloud CDN.
It works when I am trying to access mysite.com/index.html, but some actions on my website are doing url rewrite.
I can end up having urls like mysite.com/myaction
And when the user refreshes via F5 or navigate back there is an error message and the content is not served.
There is no such option in the load balancer, in the bucket or in cloud cdn.
How can I serve such deep links using this configuration?