hi
Please share the logs.txt to liming.ma@volosoft.com
Thanks
hi
You can try to run the abp bundle command on wasm project.
hi
I suggest you create your own organization unit instead of using the identity's organization unit if you prefer it.
hi
Can you try your steps in a new template project? Thanks
hi
I think you can easily filter the data by userid.
"user1" login and check the data in web app so user gets 2 records, created by "admin1" and "admin2"
query.where(x => x.userid = user1-id)
"admin1" login and check the data in web app so filter data for "user1" and get only 1 record
query.where(x => x.userid = user1-id && x.creator-id = admin1-id)
"admin2" login and check the data in web app so filter data for "user1" and get only 1 record
query.where(x => x.userid = user1-id && x.creator-id = admin2-id)
| id | userid | data | creator-id | | --- | --- | --- | --- | | 1 | user1-id | user1-data1 | admin1-id | | 2 | user1-id | user1-data2 | admin2-id |
Please share an azure token, I will test it locally. Thanks.
hi
Please make your repo private, I have downloaded the source code.
hi
What are your commands and parameters? What is the full command output?
Thanks. I will check it asap.
hi
The license error has been fixed. We released rc1 commercial again
You need to clean your nuget cache. dotnet nuget locals all --clear
Also ABP templates folder C:\Users\xxxx\.abp\templates
Then try again