Bull Board UI stuck on "Loading"

77 views Asked by At

In localhost the im using /admin route, and it displays the Bull board.

But On Production Environment ( which is hosted on AWS ) , It is stuck on Loading... phase

enter image description here enter image description here

Please Give me info what Im doing wrong

1

There are 1 answers

0
Crazy Volt On

I was using http://localhost:/admin ( as bull board is configured on /admin route )

But on Production Env. My was using http://ip/admin and getting error

I searched and figured it out that I need to pass port number with IP.

So Solution is:

https://current-ip:4000/admin