Hey there,

I am currently checking out your module, but I am facing an issue during the setup. I tried the 2.x and 3.x version of it, but I am getting the same issue. I followed the steps provided by the documentation, but when I go to the importer, the channel drop down appears to be empty.

I'm using the admin user for the testing. Any advice how to debug what is going wrong? The Drupal Log does not provide me any kind of information.

Best regards
Sebastian

Comments

sgurlt created an issue. See original summary.

Grimreaper’s picture

Status: Active » Postponed (maintainer needs more info)

Hello,

On your server website, check the result of the /entity_share endpoint. For example, here is the export of a POSTMAN request as Curl you can adapt to test:

curl --location --request GET 'http://site1-web-entity-share.docker.localhost/entity_share' \
--header 'Content-type: application/vnd.api+json' \
--header 'Authorization: Basic YWRtaW46YWRtaW4='

If you have followed the steps, I think of a network issue.

If you find your problem, please add it to the new Troubleshooting documentation page: https://www.drupal.org/docs/contributed-modules/entity-share/troubleshoo...

sgurlt’s picture

Btw. on the client side where I configure the remote URL which points to the server, for the "basic auth" I have to use the Drupal login credentials from the server right?

Grimreaper’s picture

Yes, the login/password of the Drupal user (on the server website) which is authorized to access channels.

Grimreaper’s picture

Status: Postponed (maintainer needs more info) » Fixed

Hello,

Marking the issue as fixed to clean up the issue queue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.