Hi There,
When our tiered MVC, EF website loads and one logs in, the redirected page loads but no CRUD pages are visible in the UI besides the Home page. I created a page via the Suite with Entity designer - I can the see the code and the page's cshtml in the solution but nothing in the menu listing. Also, I tried creating a CRUD page using the CLI but see no web related pages or controllers for it.
I updated this in the DB from 44360(what is this referencing?) to 44364 and the issue seems to be resolved. However, when the redirected page loads, no CRUD page is visible in the UI besides the Home page. I created a page via the Suite with the entity designer - I can the see the code and the page's cshtml but nothing in the menu listing.
hi
. I also restarted the redis server afterwards.
Can you try to clear the data in Redis?
Please share the row data of your
OpenIddictApplication
Please share the logs.txt during this exception.liming.ma@volosoft.com Thanks
Hi - I ran a FLUSHALL command on Redis and still the same error. How do I upload files and where do I find the OpenIddictApplication data and logs.txt file ?
Hi There,
I'm running a tiered MVC, EF application and successfully started the AuthServer, HttpApi.Host and Web projects. I had to change the web port to 44364 as 44363 is in use by another process on my machine. I can logon to the AuthServer but see no user control auth settings, only my profile and the swagger and webApp links. When I access the webApp and click the login button, I get the following error:
error:invalid_request error_description:The specified 'redirect_uri' is not valid for this client application. error_uri:https://documentation.openiddict.com/errors/ID2043 culture:en ui-culture:en
My AuthServer appSettings file has the relevant redirect paths listed, with the adjusted port number. I updated the db table(OpenIddictApplications) with the port number as well in the ClientUri field. I also restarted the redis server afterwards. The webApp login redirect issue continues though. What else am I missing?
Thx M
Hi, the package Volo.Abp.Studio.Extensions.StandardSolutionTemplates is used by ABP CLI and ABP Studio to provide solution templates. Are you trying to install it manually? It's recommended to let ABP Studio CLI or GUI handle the installation for you. (This is not a package that can be used in your own applications)
I initially tried running the CLI tool to create a new tiered MVC solution and the error was thrown. I then checked via a manual install in VS Studio and was unable to install the package due to a missing nuspec file. It seems ABP Studio was unable to install the package by itself.
Okay, thanks for the explanation. Can you please try to clear your NuGet cache locally (by using the below command) and then try to open ABP Studio, or run an ABP CLI command?
dotnet nuget locals all --clear
ABP Studio CLI & GUI, uses the local cached NuGet package to seamlessly work. So, clearing the cache and re-installing the extension probably will fix this problem.
Thank you - this resolved the issue.
Hi, the package Volo.Abp.Studio.Extensions.StandardSolutionTemplates is used by ABP CLI and ABP Studio to provide solution templates. Are you trying to install it manually? It's recommended to let ABP Studio CLI or GUI handle the installation for you. (This is not a package that can be used in your own applications)
I initially tried running the CLI tool to create a new tiered MVC solution and the error was thrown. I then checked via a manual install in VS Studio and was unable to install the package due to a missing nuspec file. It seems ABP Studio was unable to install the package by itself.
Hi There - when trying to install the Volo.Abp.Studio.Extensions.StandardSolutionTemplates package an error is thrown indicating that the required nuspec file is missing. How do I go about resolving this? When trying to run the cli tool as well it says it can find part of the path: .nuget\packages\volo.abp.studio.extensions.standardsolutiontemplates\0.9.25\content\Templ ateContents\app'.
When I browse to this location on my machine the folder is not there.
Thx
Hi, yes you can generate CRUD pages via ABP CLI, please refer to the Generating CRUD Pages via Command Line section in the ABP Suite documentation.
Let me know, if you need further info. Regards.
I saw that reference but it assumes a json metadata file was generated via the Suite tool initially. If one is to manually replicate this, what are the minimum required properties?
Hi there - is it possible to create entities from the CLI instead of the GUI suite only?