I have retracted the erpnext URL for privacy reasons but please observe the added port :8001 to the URL
This seems to be connected to the concept where any links added in erpnext emails do not workā¦ same port is added automatically although we are not accessing erpnext on that port.
i have the same problem . my erpnext website port is 70 . google drive is directing me to the router page which port is 80 . if i change the redirect website to port 70 in google drive api, it gives me an error
āThe redirect URI set in google cloud platform is this: http://URL RETRACTED?cmd=frappe.integrations.doctype.google_drive.google_drive.google_callbackā
Iām noticing this too. Iām not using the built-in Traefik router, but HAProxy at my network edge to proxy connections from web on 443 to ERPNext on 80. The response URLs are being sent to O365 as http:///api/* instead of https:///api*. Itās not immediately obvious to me how to change this configuration. Is there a config for this somewhere, or do I need to somehow rewrite these?
Hi, Iāve added host_name with https://example.com in site config inside the docker container. But thatās not helped me. So, after half an hour researching on docker compose iāve found a temporarily solution is add another port mapping (8000:443) in overrides/compose.https.yaml. and add port example.com:8000 to the google api callback uri.