safe-transaction-service icon indicating copy to clipboard operation
safe-transaction-service copied to clipboard

Failed to fetch data from admin panel UI

Open t3dkich opened this issue 2 years ago • 0 comments

Describe the bug I ran a local server on http://localhost:8000, logged in as admin. When I try to execute some request from UI - for instance "http://localhost/api/v1/about/" - get error

Failed to fetch.
Possible Reasons:
  - CORS
  - Network Failure
  - URL scheme must be "http" or "https" for CORS request.

then tried "http://localhost:8000/api/v1/about/" in the browser url bar - got the successful response info as it's supposed to be.

Are there some settings that I need to do?

Environment (please complete the following information):

  • .env local
  • Private chain
  • OS: MacOs
  • Browser Brave

t3dkich avatar Oct 06 '22 14:10 t3dkich