You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That is a good spot, We would still need to support the erpnext.com domain as well so the custom option should work around this but we should maybe have an option to select if it is frappecloud or not.
I have created NODE-364 as the internal ticket for this one.
Upon examining the code for n8n, I have observed that the hosted instance uses the erpnext.com domain. The code can be found at
https://github.com/n8n-io/n8n/blob/bb4db58819b6624de98249125f1ffb8c491d21ef/packages/nodes-base/nodes/ERPNext/GenericFunctions.ts.
environment === 'cloudHosted' ?
https://${subdomain}.erpnext.com: domain;
However, since the launch of Frappecloud, they have offered subdomains under frappe.cloud.
The text was updated successfully, but these errors were encountered: