Fix " Something went wrong"

  1. First, check your API URL is working
  2. goto: http://yourwebsite.com/api/v100/config
  3. if it popup and ask username & password that means API is working.
  4. if it displays page not found/404 then follow below step
RewriteCond %{HTTP:Authorization} ^(.+)$
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
Done!

Then make sure API details(URL, Username, Password, API-Key) is correct

Did you find this article useful?