Why do ZC asks about full access to organization?
Hi! I’m working at a large company and while investigating ZC I noticed it requests full access to private repos. From a security perspective, that feels unusual and I’d prefer not to grant it. Is there any workaround or alternative we could use to avoid this?
Repack and caching
Hello im trying to implement cache, to support offline mode and also quicker loading times, im using zephyr cloud, can i somehow use this with zephyr (not sure if this will work coz zephyr will replace url, or not?)? https://re-pack.dev/docs/features/code-splitting#caching-and-versioning
Or can i somehow enable automatic caching when new deploy version is available? like param in import {withZephyr} from 'zephyr-repack-plugin';
Thank you!...
Apex domain recommended approach BYOC CloudFlare
Just setup BYOC with Cloudflare and a custom domain. It setup the www. subdomain
Is there a zeyphyr cloud recommended approach to link the apex domain the www subdomain?
Thanks!...
ZE20017: Could not upload file to your Edge Provider.
Hi, I am new to community, working on react app.
We have multiple projects, works fine. One project, keeps throwing below error. I confirmed this is not network since this worked earlier. Other teammates, it works within same office network. I tried inside VPN, outside VPN, same error. Any tips to troubleshoot this error?
```
ZEPHYR ZE20017: Could not upload file to your Edge Provider. This error will affect your tags and environments and it might fail deployments to custom domains....
MFE - Zephyr plugin typescript files gen
Hello, I was diggin into the repository and I've found this beautiful setup:
https://github.com/ZephyrCloudIO/zephyr-examples/tree/main/examples/react-tractor-sample
It seems to work well, but theres one thing that is stopping me, the team_red doesnt generate the @mfe-types.zip during the build time, I'm logged in in my account and all other types are being generated nromally exception to the red....

MFEs working locally but not on Zephyr deployments
I'm building a mfe application using webpack and they work locally but when I deploy to Zephyr they are not working as expected.
Repo: https://github.com/KozielGPC/mfe-example-zephyr-cloud
When I access the web panel in the host page, my remote apps are showing as 'offline' also...

My Apps do not show at Zephyr Cloud dashboard
Hi,
I'm having issues deploying my application using Zephyr Cloud.
Here’s the context:...
Issues with Deploy
Hi,
I'm having issues deploying my application using Zephyr Cloud.
Here’s the context:...
i might be blind but wheres the create project button?
Do i need to create a repo and use the cli to publish it or somthing?

Zephyr dash: user organization name
Can you share with me how zephyr dashboard is automatically grabbing org name and project name please? Because I had an organisation inside the dashboard but I deployed a new project and the app is inside a different org. Thanks
rsbuild with zephyr
How do I deploy an rsbuild application with zephyr
Solution:
Just wanted a place to document an rsbuild application deployed with zephyr
```ts
const zephyrRsbuildPlugin = (): RsbuildPlugin => ({
name: "zephyr-rsbuild-plugin",...