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

Setup local ssl proxy #133

Open
pallabez opened this issue Jul 16, 2023 · 1 comment
Open

Setup local ssl proxy #133

pallabez opened this issue Jul 16, 2023 · 1 comment
Labels
DX Improving the developer experience

Comments

@pallabez
Copy link
Contributor

pallabez commented Jul 16, 2023

Currently when running dev mode, we have to manually redirect port 3000 to 443 using something like

npx local-ssl-proxy --source 443 --target 3000

For us to run the website in custom local domain and avoid CORS error. Read more about cors

We want to automatically redirect port 3000 to 433 when running

yarn run dev

You can check the setup at website-my for reference

If you face any problem please message in #🔮goals-site-vue

@pallabez pallabez converted this from a draft issue Jul 16, 2023
@bhtibrewal bhtibrewal added the DX Improving the developer experience label Jul 16, 2023
@suhaasya
Copy link
Contributor

hey @pallabez can you assign this it to me?? i will try to do it before this sunday.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DX Improving the developer experience
Projects
Status: Backlog
Development

No branches or pull requests

3 participants