My Apps do not show at Zephyr Cloud dashboard

Hi, I'm having issues deploying my application using Zephyr Cloud. Here’s the context: I created two repositories using create-mf-app with the following setup: Framework: React React version: 19 Styling: Tailwind CSS Deployment: Zephyr Everything was working fine until version 181 — I was able to build and deploy both apps without any issues. I can still build the apps successfully and run them locally without problems, but when I run pnpm run build --watch or pnpm run build, my application does not show in the Zephyr Cloud dashboard, nor does it generate a deploy link. Here are my applications on Zephyr: 🔗 https://app.zephyr-cloud.io/my-profile Here are the repositories: 📦 Host repo: https://github.com/joaopedrorc/dashboard-host 📦 Remote repo: https://github.com/joaopedrorc/widget-weather Any help or guidance would be appreciated!
GitHub
GitHub - joaopedrorc/dashboard-host
Contribute to joaopedrorc/dashboard-host development by creating an account on GitHub.
GitHub
GitHub - joaopedrorc/widget-weather
Contribute to joaopedrorc/widget-weather development by creating an account on GitHub.
11 Replies
Néstor
Néstor4mo ago
Hey @João Pedro Cordeiro try to bump the version of "zephyr-rspack-plugin": "^0.0.32" to use 50 instead of 32
João Pedro Cordeiro
Ok, I'll try here Now it worked! Thank you Is that happening automatically when creating a new project with npx create-mf-app ?
Néstor
Néstor4mo ago
npx create-mf-app is Jack Herrintons CLI, not entirely sure if it pulls from our latest packages I know the official npm create module-federation does cc/https://github.com/module-federation/core/tree/main/packages/create-module-federation
João Pedro Cordeiro
I see. I ask because the npx create-mf-app is being used in the Zephyr Cloud docs to start a new project. Another question, why does the deployed app not show the app? https://jp-24-dashboard-host-dashboard-host-joaopedrorc-7dcc8b87c-ze.zephyrcloud.app https://jp-25-widget-weather-widget-weather-joaopedrorc-34878fbd4-ze.zephyrcloud.app
MEE6
MEE64mo ago
GG @João Pedro Cordeiro, you just advanced to level 1!
Oleksandr Pavlovskyi
I see that remotes set to 'http://localhost:8080/main.js' but it's not available.
Daiane Mascarenhas
the create-mf-app cli doesn't use the newest version of the plugin to fetch the information, its a fixed version. Open a PR request to use the 0.0.47 version, tested locally and its working fine.
MEE6
MEE64mo ago
GG @Dadarkp3, you just advanced to level 1!
Daiane Mascarenhas
Hi @João Pedro Cordeiro I think we had similar issues, take a look at my thread and I think it will help you push your project to production too!
João Pedro Cordeiro
Thanks @Dadarkp3! I’ve looked your thread and it was a similar problem. I was able to resolve.
Daiane Mascarenhas
No problem, happy to help!

Did you find this page helpful?