In localhost the im using
/adminroute, 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
In localhost the im using
/adminroute, 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
Copyright © 2021 Jogjafile Inc.


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: