Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bigcommerce: Uninstall Callback URL

Tags:

c#

bigcommerce

We´re trying to create a new app for the Bigcommerce app store. We´ve working the install callback url, but the load & uninstall callback seems like it´s not being triggered when clicking on the Uninstall button (or the app icon, for the load callback). We´ve added a log line at the very beginning of the uninstall method, but doesn´t writes anything, so it´s like it´s not being called. The URL is OK (https://www.example.com/UnInstall) and the method is something like this:

    public void UnInstall(string signed_payload)
    {
        Log.Instance.Write("Bigcommerce", "UnInstall", signed_payload);
    }

(this code is just a silly example to try to find out if the method is being triggered).

Am I missing something?

Thanks mates!

like image 378
Keyser1978 Avatar asked Jul 25 '26 04:07

Keyser1978


1 Answers

Probably the issue is that you are using a local domain (not sure about that). But you need to use a public link in the uninstall callback, Maybe you get confused because the install callback can be a local one.

like image 108
andr3s2 Avatar answered Jul 27 '26 17:07

andr3s2



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!