We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When uploading a poi.json the validation fails
It should validate just as on the API.
The client builder should call /api instead of /dashboard/api here https://github.com/iotaledger/node-dashboard/blob/develop/src/services/pluginService.ts#L230
/api
/dashboard/api
It calls a wrong route and thereby receives a 404 instead of a proper validation repsonse
Yes
404 -> The given proof of inclusion for the block is invalid.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue description
When uploading a poi.json the validation fails
Expected behaviour
It should validate just as on the API.
The client builder should call
/api
instead of/dashboard/api
here https://github.com/iotaledger/node-dashboard/blob/develop/src/services/pluginService.ts#L230Actual behaviour
It calls a wrong route and thereby receives a 404 instead of a proper validation repsonse
Can the issue reliably be reproduced?
Yes
Steps to reproduce the issue
Errors
Duplicate declaration
Code of Conduct
The text was updated successfully, but these errors were encountered: