‘VITE_TEMPORAL_UI_BUILD_TARGET’ is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! temporal-ui@0.0.1 preview:local: VITE_TEMPORAL_UI_BUILD_TARGET=local svelte-kit preview
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the temporal-ui@0.0.1 preview:local script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
After removing the VITE_TEMPORAL_UI_BUILD_TARGET in package.json
“preview:local”: “svelte-kit preview”,
but expecting local issuer certificate. UI css not set.
when you make build-server it generate ui-server file which bundled with ui, api & openapi code.
When I start ui-server ie., localhost:8080, i can see the ui.
I have confusion about this url & port, when ui-server runs with port 8080. Can you please explain about this allowOrigins url where this is going to connect?
I can able to connect to frontend:7233 and get the namespaces on the header of the drop down but can’t see the workflows. Getting the below 400 error. I have disabled the elastic search in temporal-server deployment.yaml file.
Regarding the Operation Not Supported error, what UI version you currently use? Is this the latest v0.14.1 ? I don’t seem to reproduce the issue with both ES enabled and disabled
We are archiving the data in s3-storage.
We do have same issue in temporal-web as well in Archival → Basic Search.
I remember you were going to fix in Beta version.
Beta version doesn’t have Basic / Advance Search option, i am not sure what would your Archival Search Implementation, can you please share more thoughts on this?