Custom request gives error ECONNREFUSED

Hello,

I am using the custom request button to add data to a collection every time the button is pressed.

The request fails with “Request failed with status code 500”. On inspecting the log files, I could see that the base API URL was directed to port 80 instead of 443. The error message read “connect ECONNREFUSED (IP address):80”

How can i change this?

Does the access system use http or https? How is the custom request set up? Please take a screenshot.

The system uses https.

This is a relative URL that calls the NocoBase API, but NocoBase does not have such an API. The correct URL is “/api/access:create”.