Symfony integration not working

Hello. My integration with Symfony not working for me.

I get 404 error code:

root@28fe96998c6e:/symfony_app# php bin/console translation:push crowdin --force -vvv
22:06:19 INFO      [http_client] Request: "GET https://organization_domain.api.crowdin.com/api/v2/projects/631818/files"
22:06:20 INFO      [http_client] Response: "404 https://organization_domain.api.crowdin.com/api/v2/projects/631818/files"

How to fix? Thanks a lot

Hi @marco.isfc,

We will double-check it with the tech team and will reach you soon.

1 Like

Hi @marco.isfc!

Since you’re using crowdin.com (not Crowdin Enterprise), you don’t need the organization_domain in your provider configuration:

// .env file
CROWDIN_DSN=crowdin://PROJECT_ID:API_TOKEN@default
2 Likes