WAIT: Import of Component does not work / does not show up

Hey!

i exported several components and try to import them again on a brand new instance. The importer says »Importet 1/1« but nothing else happens. The import does not show up. I don’t even know where to start since there is no error message.

thanks!

Recording:
https://jam.dev/c/9b409cf7-68d9-4a39-82d0-34c5045c2e4b

Hi André,
Thanks so much for your report!

Can you provide is with the exported component file, so we can see what’s going on? Thank you!

Best regards,
timmse

I’m also seeing this on Bricks 2.0.2

It states that the components were uploaded, but they don’t appear when you hit the close button. Flushing the various caches, etc. makes no difference.

Hi John,
Welcome to the forum!

1 Like

Here’s the exported JSON component data.

Any thoughts would be much appreciated.

Thanks!
Please have a look at Bricks » System Information and check the value of max_input_vars. If it’s relatively low, try to increase it:

It’s set as 1000, which seems reasonable.

Not sure how that would prevent a single (small) JSON file from being uploaded and processed, but I’ve no idea how Bricks handles such things internally.

Increase it to 3000 or 4000 and test again.

1 Like

I’ve tried it at 3000 and that appears to resolve the issue for now at least. :+1:

It’s not ideal, but I’m guessing we can live with that as a workaround - many thanks for your assistance.