Import fails

I have a table City and a table Provinces (m2o). The table provinces is filled with province names. Now I try to import data from excel: City name and Province. I get an error. Failed to parse field provincie in row 1: Cannot read properties of undefined (reading 'repository').
I tried for Province with the id nr and also with the name, both with same result. AI gives me suggestions, but finally stated it is a bug.
This is what AI says: “Importing m2o relationship field via import template throws: Cannot read properties of undefined (reading ‘repository’)” on version 2.1.36 .

Please reproduce this problem in the demo environment.
https://al6vo1wjap21.v12.demo.nocobase.com/admin/
(Account: admin@nocobase.com, Password: admin123)

Hi, I’ve tested it in the demo environment and there it works. See menu item Import_test.
The demo uses version 3.0.0-alpha. Could this be the reason it works there?

Please send me a screenshot of the field settings in the import button.

Hi, what do you mean with field settings?
Fyi: as a workaround, now I’ve imported the data with the help of DBeaver.