When I am trying to login then showing the error message . #7195
Replies: 13 comments
|
@Arathy-sivan, could you please provide more information on how to reproduce this problem? Are you using the |
|
@Arathy-sivan You probably didn't see my comment in the other issue. Please see https://loopback.io/doc/en/lb4/changelog.openapi-v3.html#breaking-changes |
Is this given to "openapi-spec.ts" file?? |
|
@Arathy-sivan please share a simple app reproducing the error, I will take a look what's going on. |
|
|
In the |
Just a friendly heads up, most open source company policies (mine included) disallow downloading unknown ZIP files directly due to security concerns - Please consider creating a GitHub repo that can be cloned by the developers. You can also create a separate GitHub organization just for these things so that it doesn't pollute your main GitHub account - This is what I do with https://github.com/achrinzatest and https://github.com/achrinzafork. |
There is no change in error when changing type |
|
@Arathy-sivan please share the project on GitHub as mentioned by @achrinza. |
|
You need to explicitly enforce the inference. Update the definition of your |
While executing this code results the error shown below: { |
|
@Arathy-sivan I haven't followed all the discussion but looking at const CredentialsRequestBody: SchemaObject = {
...
'application/json': {schema: CredentialsSchema},
...
};The type of |
|
For me the following solution worked. and then So I imported Hope it helps. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
My controller is
How to solve this error?
All reactions