Blank page Metabase enterprise docker nginx fargate

Hi - we are trying to run metabase enterprise docker on aws ecs fargate. The container is coming up but when we try to load the page it is coming as blank .We are running an nginx plus that uses route 53 to resolve the metabase ip . I am also getting a 200 response but the page is blank. I tried all the options i found online but of no use. Any help would be appreciated.

Thanks
Viswanath Sekar

Hi @sekarvis
Check your browser console for errors - and make sure you don’t have a reverse-proxy doing things it shouldn’t:
https://www.metabase.com/docs/latest/troubleshooting-guide/proxies.html

Hi ,
Thank you for your response have tried all in terms of content optimization but it is not working. It only works without nginx if i directly call the set it up with aws alb which acts as an https -> http bridge . It does not work if i use a dns that internally makes an http call. Any other options to try ?
Thanks
Viswanath Sekar

@sekarvis Without errors from the browser console or the Metabase log, or Nginx log, then it’s difficult to know what the problem is.