Hi, does someone know how to activate workflows on...
# developers
u
Hi, does someone know how to activate workflows on local? I have my calcom_license_key and it is working in QA and production but I am not being able to get it working on local.
p
do you have the key on local too?
u
yes
p
on local you can also set NEXT_PUBLIC_IS_E2E=1
which has some sideeffects on prod but works on local
u
I will try this
p
weird that it doesnt work with license on local. cc’ing @zomars here
he should be back from OOO tomorrow
u
Ok, perfect. Thank you Peer
This worked.
z
What error si displaying?
u
Like if there is no licence_key
There is no error, just the message in frontend saying 'this is an enterprise feature'
z
Is this a testing environment or a production one?
u
this is in localhost
z
You can create testing keys in https://console.cal.dev/deployments
You need to create a testing account tho
u
ahh thank you