The useApiUrl hook retrieves the default API URL in multiple data providers
According to the documentation, one can use multiple data providers like:
And in the resource props, I have something like:
When I try to retrieve the API URL with the
Any reason for this? The example project doesn't help that much in this case.
And in the resource props, I have something like:
When I try to retrieve the API URL with the
useApiUrl hook in the rendered component, I get the default API URL instead of the URL for the specified data provider.Any reason for this? The example project doesn't help that much in this case.
