-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
TypeError: Failed to fetch #252
Comments
Since you're using the browser extension, can you make sure that you've added the origin with port number Documentation: https://docs.hoppscotch.io/documentation/getting-started/setup#locally-served-apis |
Thank you for the suggestion. I see no change in behavior after adding https://my.host:8081 to the origin list of the extension. To be clear, my.host is a rest API host, not the Hoppscotch web app host. I am still using the web app from hoppscotch.io. |
I'm also getting this error on both Edge ( This endpoint I'm trying to hit is running locally with a hostname defined in my |
I'm having trouble reaching a rest API hosted through a special port. I don't seem to have issues with any hosts that use the expected 80/443 ports. I'm not sure what the cause is, but the special port is the only thing I can think of that's different from other hosts that work fine.
Example:
GET https://my.host:8081/status
Displays "Could not send request" error page. The Chrome developer tools console shows:
extension.ts:230 TypeError: Failed to fetch
at o (chrome-extension://amknoiejhlmhancpahfcfcfhllgkpbld/index.js:2:13)
at N (chrome-extension://amknoiejhlmhancpahfcfcfhllgkpbld/index.js:3:1484)
(anonymous) @ console.js:36
runRequestOnExtension @ extension.ts:230
The text was updated successfully, but these errors were encountered: