You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I have successfully deployed the WAR file on Netcat. Unfortunately, I got this error message.
{"timestamp":1597209261983,"status":404,"error":"No message available","message":"No message available","path":"/akhil/"}
I have searched everywhere to resolve this issue but I couldn't. Any help would be highly appreciated.
Also please provide any documentation if you have any regarding Metacat.
The text was updated successfully, but these errors were encountered:
I'm also experiencing this issue when attempting access to http://localhost:55006/swagger-ui.html/#/. However, other endpoints such as http://localhost:55006/mds/v1/catalog does work and return the correct data.
I'm also experiencing this issue when attempting access to http://localhost:55006/swagger-ui.html/#/. However, other endpoints such as http://localhost:55006/mds/v1/catalog does work and return the correct data.
edit @ConditionalOnProperty(value = "springfox.documentation.swagger-ui.enabled", havingValue = "true")
add "//" to note
and
use this url http://localhost:8080/swagger-ui/index.html
I'm OK.
Hi
I have successfully deployed the WAR file on Netcat. Unfortunately, I got this error message.
{"timestamp":1597209261983,"status":404,"error":"No message available","message":"No message available","path":"/akhil/"}
I have searched everywhere to resolve this issue but I couldn't. Any help would be highly appreciated.
Also please provide any documentation if you have any regarding Metacat.
The text was updated successfully, but these errors were encountered: