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
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.
- Which UI framework do you use?
- Before updating Suite & CLI, which version did you use?
- 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.
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.