Need help configuring swagger authorization. can't get past 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
for your refence i have attached swagger url and table screen shots
57 Answer(s)
-
0
-
0
why this project it's not working in my local ? Can you pls guide me what are configuration have you done in your local to run this application, pls provide me Tables data as well .
-
0
hi
Please try to clear the redis.
I just migrated the database and ran the projects.
-
0
Ok let me try
-
0
ok
-
0
Hi,
I have cleared the cache more than five times and restarted the system twice, but I am still facing the same issue.
Can you pls share your database table data.
-
0
hi
I just migrated the database and ran the projects.
You can use your project to seed a new database. I didn't change anything of your poject.
-
0
Hi,
I have created a new project and seeded a new database, which resolved the authentication issue. However, I am facing a build error on the API side. I've repeated the steps below two to three times, but the issue has not been resolved.
- Clean .NET project 3. Remove package 4. Added package 2. Build Project.
-
0
hi
I have created a new project
Please sahre your test project.
liming.ma@volosoft.com
-
0
https://we.tl/t-Deleted pls downlaod
-
0
ok.
-
0
hi
I have created a new project and seeded a new database,
Sorry, I mean your whole project. I will try to build it.
Not there are only unit test project. It is my bad.
-
0
https://we.tl/t-Deleted pls download whole project
-
0
-
0
-
0
hi
Using command line, me also able to build application successfully.
This means the code is no problem. You can use this extension in VS.
https://marketplace.visualstudio.com/items?itemName=alper-ebicoglu.DotnetGraphBuild
-
0
-
0
hi
I think this is a VS problem, You can run
dotnet build /graphbuild
anddotnet run
to start your project.I'm using RIder IDE. There is no such problem.
-
0
Is it possible to resolve this issue? I want to integrate a new File Management module into our existing application. However, when I add this module to the existing application, everyone encounters build errors.
-
0
You can try to update your VS to the latest version. This is not a code problem.
You can also delete the
.vs
folder and restart the Visual Studio. -
0
-
0
ok, You can run the
dotnet build /graphbuild
command before opening VS. -
0
ok
-
0
: )
-
0
Hi maliming,
No Luck, same issue.