You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we can use only the local marketplace or the production market place. We should be able to swap the URL based on dev or prod environment in marketplace
The text was updated successfully, but these errors were encountered:
### Fixes#8371
These changes are needed to automatically switch between local and
production marketplace URLs, ensuring the app connects to the correct
environment (dev or prod) without manual intervention.
### Changes 🏗️
1. Swaps marketplace URL based on APP_ENV (dev or prod).
2. Ensures correct URL is used for local or production environments.
Co-authored-by: Nicholas Tindle <[email protected]>
Co-authored-by: Aarushi <[email protected]>
Currently, we can use only the local marketplace or the production market place. We should be able to swap the URL based on dev or prod environment in marketplace
The text was updated successfully, but these errors were encountered: