I have a problem importing components to the 24.2 environments after seeding the translation copy. I've managed to simplify the flow:
- I've created application in 24.1.0 (or any previous version), for example app 777

- created application translation - for example 7771

- run seed and publish and export the file
- import it to the 24.2 (24.2.1) environment
- not related to this bug, but it's strange that the translation app ID is not 7771 anymore:

- on 24.2 environment I've changed translation app ID to the 7771 and run Seed
- after that on source environment (24.1) I've exported login page with translation - it doesn't work event if it's not with translations.

- on import to the destination environment (24.2) there's a error message:

Error is on line 8111 of whe wwv_flow_imp_shared package. As far as I've investigated the problem is in internal Map plugin and translation of the plugin attribute.
select *
from apex_application_trans_repos
where instr(internal_column_json_path, 'use_vector_tile_layers') > 0;
Thanks in advance!
Br,
Marko