-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
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
Missing manage relations form #18
Comments
@code2prog do you have any entry in the error log? |
@matejbasic I do not see any errors in the php logs and the JS console in the browser |
@matejbasic I'm seeing a similar situation; signed up for Salesforce, have latest WP, have WC 3.3.x; after setting up the latest version of the WC-Salesforce-integration plugin, activating it, setting up the Salesforce app (and waiting), and then doing the initial connection, I get redirected back to the settings page with no relationships showing. No error message that I saw either. What's a good way to debug this please? This plugin looks great, hoping to actually enjoy it soon, thanks! |
Update: tried everything again, making a new Salesforce App, entering the new Consumer key and secret, granting approval again; initially I saw the same behavior: redirected back to the Settings screen, didn't see any relations. Without changing anything I tried clicking "Save changes" and after that, the relationships showed up. However, that brought another set of problems, so I'll open a new issue about those... |
@limist @code2prog we're still trying to recreate this bug, did you tried to delete the plugin and reinstall? |
@matejbasic I have the same problem here, and i can't see any errors showing. WC version : 3.4.5 |
After one hour of debugging... I figured out the problem, when encrypting the token the final token returned by the Encryption method is empty and then the option is not saved in the database or saved but empty. So when you make the calls to display the relationships the token is not there and the form will not be displayed.
|
Was anyone able to get this working? Many thanks |
Hi, |
Latest wordpress and latest WooCommerce-Salesforce-integration plugin.
The application is connected to Salesforce, but the relationship management form does not appear.
The text was updated successfully, but these errors were encountered: