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

request endpoint was not found #2

Open
Mia-Zhang-Forever opened this issue Sep 25, 2024 · 1 comment
Open

request endpoint was not found #2

Mia-Zhang-Forever opened this issue Sep 25, 2024 · 1 comment

Comments

@Mia-Zhang-Forever
Copy link

image

This is what from the example:

I set the api_url to: let api_url = "https://api.keygen.sh/v1".to_string();

@ezekg
Copy link

ezekg commented Sep 26, 2024

The api_url should not include the version prefix. It's appended automatically. With your api_url, you end up with https://api.keygen.sh/v1/v1, which isn't a valid API endpoint, thus the 404.

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

No branches or pull requests

2 participants