Starts in:
2 DAYS
11 HRS
0 MIN
46 SEC
Starts in:
2 D
11 H
0 M
46 S

Activities of "hinairusu"

So in hindsight, I feel like an idiot.

After seeing your response I flattened my RabbitMQ and recreated the container for it, and it started working. I'm curious as to why I can register a new user through the registration route but not through the admin access with it being down though, is it following a different path to get through? surely they should all be routed the same for consistency?

Oberservation.

When I run the application, and first log in, it directs me back to the home page as expected. the console fills with info writeouts, but then the page refreshes (saying "Authorising") before letting me continue. And if I enable the chat module, it throws a fault and hangs after the refresh.

Could this have something to do with it? if so, What's causing that refresh? Video of this in action here: https://www.dropbox.com/scl/fi/qf1db0cxvfw1u193ilo61/2024-10-01-16-33-20.mp4?rlkey=oh80mmg76ckbn0xi48epyrowu&dl=0

Interestingly, the Audit log shows a 200 response, showing the role should be created:

but no role is present.

Finally, I can create an organisational unit, but I can't add a user to it.

User creation is it's own unique kind of broken, as if you go through the admin menu it fails:

but if you register a new user it works.

And then checking under admin I can see the user: But I cannot add roles or amend user data.

I can however directly add permissions to the user.

updated to latest version of Suite & CLI.
Created a new child for a parent object, and now getting the below errors on the parent object page.

Looks like the generation is looking for Id fields, but the holding class doesn't contain an ID - only the parent class inside it does.

Same child , set an int field with a minimum value of 0, no max or min range, yet the code still asks for them

Hi, I tested the Suite generation updating to 8.0.5 from 8.0.4 version and got no errors. To test the error, I need more information about your moves.

  1. Which UI framework do you use?
  2. Before updating Suite & CLI, which version did you use?
  3. To reproduce this, are there any specific steps should I take?

I will recheck this issue if you can give me these information. I would like to help you with your problem.

I was previously on 8.0.1, I upgraded the solution to 8.0.5. I use Blazor with a public website, tiered, and in this case it was multi-tenant, although I suspect that wouldn't make a difference. In this specific case, I created Class 1 as a master, Class 2 as a master. No other changes to the class. We later decided to remove Class 2, and recreate it as Class 2 but as a child of the Class 1. Errors thrown. We then fixed the errors, and created Class 3 as a child of Class 1. Same errors occured.

Also related, the child context element throws an error unless you rename things:

updated to latest version of Suite & CLI. Created a new child for a parent object, and now getting the below errors on the parent object page.

Looks like the generation is looking for Id fields, but the holding class doesn't contain an ID - only the parent class inside it does.

Same child , set an int field with a minimum value of 0, no max or min range, yet the code still asks for them

Hello!

Thank you very much, that's fixed it!

It had to be something simple :D .

Hello,

I have not, I've only created the above as shown in the .Application project.

Showing 1 to 10 of 82 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06