Very good tutorial @kevinbgreene. Thanks for putting it together. Was getting TApplicationException and found the issue to be following line: https://github.com/kevinbgreene/thrift-tutorial/blob/e461307644cf0c5585e18935c23dc735e76fd1bc/src/identity/server.ts#L57 One fix was to update the path to be "path: serverConfig.path" instead of "path: '/thrift'".
Very good tutorial @kevinbgreene. Thanks for putting it together.
Was getting TApplicationException and found the issue to be following line:
thrift-tutorial/src/identity/server.ts
Line 57 in e461307
One fix was to update the path to be "path: serverConfig.path" instead of "path: '/thrift'".