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

Facebook Graph API response not formatted. #151

Open
iamsid opened this issue May 2, 2024 · 2 comments
Open

Facebook Graph API response not formatted. #151

iamsid opened this issue May 2, 2024 · 2 comments

Comments

@iamsid
Copy link

iamsid commented May 2, 2024

Tried a dummy API, and response was correctly formatted. But for Facebook API, the response is shown in a single line.

image

The headers shows content-type as text/javascript; charset=UTF-8, whereas for the same request on Postman, the content type is application/json; charset=UTF-8.
This app is running on a self-hosted remote server.

@jonrosner
Copy link
Contributor

Did you try both the server and the extension proxy?

Also it seems that the response is an error, maybe this is the problem?

@iamsid
Copy link
Author

iamsid commented May 2, 2024

I have only used server. Haven't installed extension.

Even with the correct response, its the same. I would have to hide the whole text, that's why I shared the error message.
I do see continuous API calls for checking extension in the console, could that cause some problem?

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