Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
fix: orders clashes with learner dashboard port
Browse files Browse the repository at this point in the history
The learner dashboard that was enabled in nightly also uses port 1996.
This causes a conflict, that we resolve by switching the orders port to
7296.

Close #56
  • Loading branch information
regisb committed Dec 8, 2023
1 parent 0ed5801 commit ccd2bee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/20231206_174503_regis_orders_port.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [Bugfix] Switch ecommerce MFE port from 1996 to 7296, as it clashes with the new learner dashboard. (by @regisb)
2 changes: 1 addition & 1 deletion tutorecommerce/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def _add_ecommerce_mfe_apps(
{
"orders": {
"repository": "https://github.com/edx/frontend-app-ecommerce",
"port": 1996,
"port": 7296,
},
"payment": {
"repository": "https://github.com/edx/frontend-app-payment",
Expand Down

0 comments on commit ccd2bee

Please sign in to comment.