Call to localhost:3000
-
I’m hosting a site that uses Depicter at WPEngine. I’m getting a consistent console error when I open edit post pages on our site:
GET https://localhost:3000/admin.js?ver=5.9.3 net::ERR_CONNECTION_REFUSED
When I track down the line reference, I find this:
<script src='https://localhost:3000/admin.js?ver=5.9.3' id='depicter-admin-js-bundle-js'></script>
According the WPEngine documentation:
Site does not load despite successful build
Check the runtime logs to ensure that the site is being served over port 8080. The default port is 3000 and adjusting it is a common oversight during deployment.
WPEngine apparently does not have port 3000 open, and they’ve told me that unless we move to a dedicated plan, they can’t open the port.
Would appreciate it if you could address this since my client really wants to use Depicter on the site. Thanks!
- The topic ‘Call to localhost:3000’ is closed to new replies.