Zrok enable error

When i am trying to enable environment i get:
the zrok service returned an error: [POST /enable][500] enableInternalServerError

there was a problem enabling your environment!

you are trying to use the zrok service at: https://api-v1.zrok.io

you can change your zrok service endpoint using this command:

$ zrok config set apiEndpoint

(where newEndpoint is something like: https://some.zrok.io)

4 Likes

Did you manage to fix this already? I am having the same problem rn

I am having the same issue I think the problem is on there side.

I don't see any issues on the status page though.

1 Like

Try now. I tried to enable now its already okay.

Hi @breuer.cory.m @mathias-ted,

Welcome to the community.

The service ran into some issue & we are working on resolving everything now. You can follow along here: https://status.zrok.io/

hi @emoscardini,

I got to enable it successfully. Now when I try to share my reserved stuff i got this error:
[ERROR]: unable to create 'proxy' backend (error listening: service 'XXXXX' not found in ziti network)

Then I tried to release it:
zrok release XXXX

I got this error:
[ERROR]: error releasing share ([DELETE /unshare][404] unshareNotFound)

Hi @grim

If you had a reserved share, you'll nee to create it again. The named reservations are currently tied to the environment, so if it gets recreated in any way like disable/enabled then it's removed as well.

I tried reserving again

C:\Users\xxx>zrok reserve public http://localhost:3333 --unique-name xxx
[ERROR]: unable to create share (unable to create share: [POST /share][409] shareConflict)

C:\Users\xxx>zrok release xxx
[ERROR]: error releasing share ([DELETE /unshare][404] unshareNotFound)

Hi @grim

I'm guessing your previous environment still has that name associated with it & wasn't disabled properly during this mornings issues. Can you see it in the UI console? If so, you can delete it from there to force it to release that named share.

Thank you @emoscardini. I force deleted it in UI console.