We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello All ,
Server Ubuntu 16.04
I am testing two API's, one is working as well and returns correct json https://staging-site.ml/api/search.json?q=fossasia&callback=p
the second one is not working and returns empty json https://staging-site.ml/api/user.json?screen_name=fossasia
otherwise the same API is working as well from loklak side https://api.loklak.org/api/user.json?screen_name=fossasia
any help please ,
regards,
The text was updated successfully, but these errors were encountered:
@baseloo Both: https://baseloo.ml/api/search.json?q=fossasia&callback=p and https://baseloo.ml/api/user.json?screen_name=fossasia aren't working for me:
Sorry, something went wrong.
@simsausaurabh kindly checked that url's again
https://staging-site.ml/api/search.json?q=fossasia&callback=p
https://staging-site.ml/api/user.json?screen_name=fossasia
Even with Docker container it doesn't work , as you can see the below url's one returns correct response and second doesn't http://91.93.44.250:2025/api/search.json?q=fossasia&callback=p
http://91.93.44.250:2025/api/user.json?screen_name=fossasia
So i have the same issue in docker container side and also in normal installation for api/user.json?screen_name
No branches or pull requests
Hello All ,
Server Ubuntu 16.04
I am testing two API's, one is working as well and returns correct json
https://staging-site.ml/api/search.json?q=fossasia&callback=p
the second one is not working and returns empty json
https://staging-site.ml/api/user.json?screen_name=fossasia
otherwise the same API is working as well from loklak side
https://api.loklak.org/api/user.json?screen_name=fossasia
any help please ,
regards,
The text was updated successfully, but these errors were encountered: