Error while viewing workflow that contains local activities "13 INTERNAL: Failed to parse server response"

Hi, team. I took an example from the Go getting started guide and changed it to use Local Activities.


After I run this sample, I get “13 INTERNAL: Failed to parse server response” while viewing the workflow inside of temporal-web

I also get this error inside of temporal-web docker container

Could you please take a look?

I also noticed that as soon as I add at least an empty return result to the activities, it starts to open without any error

temporal docker container version: 1.6.0
temporal/web docker container version: 1.5.2

Taking care of it, thanks for opening!

1 Like

Hi, Ruslan. Should I create an issue on GitHub to track it?

@Ivan_Sabelnikov i’m tracking it in internal system, though yes it’s better to have it on github

I did an investigation and found that the error was coming from the grpc node library itself, ie. it was failing to process such responses. Then switched to few other priority items until getting back to this

Good. I have created an issue for tracking [Bug] Error while viewing workflow that contains local activities. “13 INTERNAL: Failed to parse server response” · Issue #263 · temporalio/web · GitHub

1 Like