Pushing integration fields just gives a 502

Hi,

I am currently trying to push my data for the integration fields, but just get a 502 with

{"message": "Internal server error"}

Could you please help me?
Is there any other support channel than the public forum? :thinking:

Thanks
Jannik

Hello @j.zschiesche, thanks for reaching out.

Could you show us any additional error logs and screenshots to better understand the issue?

Thanks

Hi @Pau,

unfortunately not. I send the request to the API and just get a 502. Not sure what more I can debug on my side.

As 502 is an error server, it should be debugged on the server, probably? :sweat_smile:

Cheers

I understand. Can you please send us the URL of your repository?

Hi,

our repository is: flex-elektrowerkzeuge

I just tried the update again, and now I get a 413: Message is too large. The maximum allowed is 256kb..

So apparently the latest update improved the error handling there. :smiley:

Cheers
Jannik

I know import it in batches of 200 entries (instead of all 1250 at once), and now it works.
That error message really helped in pinpointing the issue :smiley:

Thanks again