Skip to content

Conversation

@0xminds
Copy link

@0xminds 0xminds commented Feb 25, 2025

Spotted a typo in API_SERVER_URL. The URL was missing a second slash after http:, which could cause issues with requests.

Changed:

const API_SERVER_URL = 'http:/127.0.0.1:6001'

To:

const API_SERVER_URL = 'http://127.0.0.1:6001'

Now the API requests should work as expected.

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 this pull request may close these issues.

3 participants