HI Everyone,
I am developing using the API Connector in Bubble.
I referred to the following documentation, set the URL parameters, and obtained the desired results in my browser:
Product Search API REST Description
However, when I set up the same configuration in Bubble’s API Connector, I receive the following error code and cannot retrieve the data:
There was an issue setting up your call.
Raw response for the API
Status code 596
<h1>596 Service Not Found</h1>
What could be the possible reasons for this issue?
Jici
2
Share API Connector settings screenshot please
Also, share what you did that worked
Thanks for the reply.
Below is the API Connector settings screenshot.
The following is the error message.
Any other resources that would be helpful, I will upload it.
Thanks,
Hiromasa
Jici
4
And what do you mean when you say
obtained the desired results in my browser
Do you mean you enter the url in browser and get what you want?
If yes, your request is not a POST, but a GET (browser only do GET request)
I changed it to GET and it worked when I tried it.
Sorry for the very basic question. Thank you very much.
1 Like