I'm using express for publishing static files and faced with an error which reported by one of the client libraries:
Error: http status 200 returned without content.
What is the right way to cope with this issue. It looks like I have to handle such cases manually?
I'm using express for publishing static files and faced with an error which reported by one of the client libraries:
What is the right way to cope with this issue. It looks like I have to handle such cases manually?