Skip to content

Fix Django serving port#62

Open
luizcapu wants to merge 1 commit intointercom:mainfrom
luizcapu:luizcapu-patch-1
Open

Fix Django serving port#62
luizcapu wants to merge 1 commit intointercom:mainfrom
luizcapu:luizcapu-patch-1

Conversation

@luizcapu
Copy link
Copy Markdown

@luizcapu luizcapu commented Apr 1, 2026

CONTEXT

"Foo" and "Bar" websites attempt to reach endpoints at http://127.0.0.1:3000/.

However, the Django start script is serving the API on port 3001 leading the communication between website and API to break.

CHANGES

This PR fixes Django start script, to serve it on port 3000.

## CONTEXT

"Foo" and "Bar" websites attempts to reach endpoints http://127.0.0.1:3000/.

However, the Django start script is serving the API on port 3001 leading the communication between website and API to break.

## CHANGES

This PR fixes Django start script, to serve it on port 3000.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant