Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Market] Allow use of dev marketplace in dev project #8371

Closed
aarushik93 opened this issue Oct 17, 2024 — with Linear · 2 comments · Fixed by #8418
Closed

[Market] Allow use of dev marketplace in dev project #8371

aarushik93 opened this issue Oct 17, 2024 — with Linear · 2 comments · Fixed by #8418

Comments

Copy link
Contributor

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

Copy link
Member

ntindle commented Oct 17, 2024

This can be done using the app env and the behave as variables

app env to tell us dev/prod and behave as to use opening the remote instance or localhost instance

Copy link
Member

@aarushi.kansal is this still an active issue?

github-merge-queue bot pushed a commit that referenced this issue Dec 2, 2024
### 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]>
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 a pull request may close this issue.

3 participants