revertinc / revert

Revert makes it incredibly easy to build integrations with any third party API
https://revert.dev
GNU Affero General Public License v3.0
947 stars 74 forks source link

[ISSUE-REVERT]: Proxy Issue from localhost:3000 to localhost:4001 #575

Closed Nabhag8848 closed 5 months ago

Nabhag8848 commented 5 months ago

Describe the bug

Proxy Issue happens usually for Mac users and can be solved: Changing proxy to include address instead of localhost -> http://127.0.0.1:4001 instead of http://localhost:4001 under packages/client/package.json

To Reproduce

  1. yarn run start under client

Expected behavior

Solve it

Screenshots

image