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
Describe the bug
Using the local-build branch, the service starts but throws 404 statuscode
To Reproduce
Steps to reproduce the behavior:
Use the local-build branch of mimoto
Run the command mvn spring-boot:run -Dspring.profiles.active=local
See error when endpoint {{HOST}}/issuers/ is used: {"@timestamp":"2024-06-06T05:36:29.806Z","level":"ACCESS","level_value":70000,"traceId":"-","appId":"-","statusCode":404,"req.requestURI":"/issuers/","bytesSent":-,"timeTaken":0.000,"appName":"mimoto”}
Describe the bug
Using the
local-build
branch, the service starts but throws404
statuscodeTo Reproduce
Steps to reproduce the behavior:
local-build
branch of mimotomvn spring-boot:run -Dspring.profiles.active=local
endpoint {{HOST}}/issuers/
is used:{"@timestamp":"2024-06-06T05:36:29.806Z","level":"ACCESS","level_value":70000,"traceId":"-","appId":"-","statusCode":404,"req.requestURI":"/issuers/","bytesSent":-,"timeTaken":0.000,"appName":"mimoto”}
Below is the
application-local.properties
:Expected behavior
Application should accept the http requests
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: