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
Please Give me info what Im doing wrong
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