Django-nextjs cause error HTTPConnectionPool

Now i'm doing migartion django to nextjs for frontend page by page. so I installed django-nextjs and set.

But when visit the page for migrate at "localhost:8000", it cause error "HTTPConnectionPool(host='localhost', port=3000): Max retries exceeded with url: /en/projectname/ (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x12ce372b0>: Failed to establish a new connection: [Errno 61] Connection refused'))"

Any help or guidance on this would be much appreciated!

Back to Top