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
I successfully built Webspoon on my local machine, but when deploying it on GKE,
I encounter an issue where it consistently shows 'server session timeout.'
How can I resolve this problem?
The text was updated successfully, but these errors were encountered:
Hi, how did you manage to build it locally, can you please point me in the right direction?
I deploy it with docker.
You can just download docker desktop or the other docker tool and execute the instruction:
docker run -d -p 8080:8080 hiromuhota/webspoon
It should work successfully.
I successfully built Webspoon on my local machine, but when deploying it on GKE,
I encounter an issue where it consistently shows 'server session timeout.'
How can I resolve this problem?
The text was updated successfully, but these errors were encountered: