Fabio Barbiero_549885 Posted April 25, 2022 Posted April 25, 2022 Hi guys, I'm experiencing a issue with a Zapier integration. Look the massage I've got: 3C414/1 Zapier needs to use the REST API to communicate with your community, but there is currently an issue with your REST API setup. Visit the REST & OAuth page to learn more and fix this issue. Could you help me on this?
Jim M Posted April 25, 2022 Posted April 25, 2022 I replied to your ticket which is in and an update is needed for our software on your community. Once that is done, if you're still seeing an issue, please let us know in your ticket. Fabio Barbiero_549885 1
Solution Marc Posted April 27, 2022 Solution Posted April 27, 2022 I see thats now working for you. Thank you for letting us know 🙂 SeNioR- 1
Chris027 Posted January 5, 2023 Posted January 5, 2023 I have this same issue. I uploaded the .htaccess file (although I don't use apache), but nothing changes. #3C414/1 Zapier needs to use the REST API to communicate with your community, but there is currently an issue with your REST API setup. Visit the REST & OAuth page to learn more and fix this issue. Zapier needs to use the REST API to communicate with your community, but there is currently an issue with your REST API setup. Visit the <a href='THIS LINK>REST & OAuth</a> page to learn more and fix this issue.
Jim M Posted January 5, 2023 Posted January 5, 2023 6 minutes ago, Chris027 said: I have this same issue. I uploaded the .htaccess file (although I don't use apache), but nothing changes. If you do not use Apache, you would need to convert what is provided in the .htaccess to whatever server you do use. I'm afraid, we only support Apache at this time. Chris027 1
Chris027 Posted January 5, 2023 Posted January 5, 2023 Just now, Jim M said: If you do not use Apache, you would need to convert what is provided in the .htaccess to whatever server you do use. I'm afraid, we only support Apache at this time. Ah. I need to convert it to work with the worlds most popular web server :~)
Chris027 Posted January 5, 2023 Posted January 5, 2023 If anyone else uses nginx and wants to know how to do this. Convert the htaccess file then add the converted text in the site configuration file. The following can be added to the server block, usually located in /etc/nginx/sites-available/yourserver.conf Then restart nginx location /api/ { if (!-e $request_filename){ rewrite ^/api/(.*)$ /api/index.php; } } Daniel F 1
Recommended Posts