Closed ppusapati closed 1 month ago
Hi, to solve that problem you need to update Qwik and Qwik City If I remember correctly, 1.6.0 was a the orrible release with few regressions
Thank you. Have upgraded both to Qwik and Qwik City to 1.6.0 and its working.
now if I have multiple routes in remote application. How to handle them in host?
Can you give me a practical example?
Will revisit with a sample code. Until then will close this. Thank you
You're welcome 😉
I'm experiencing two major issues with routing:
1. Admin Application Navigation:
Internal assert, this is likely caused by a bug in Qwik: out of bounds inflate access
2. Navigation Between MFEs (via Navbar):
Missing Qwik City Env Data for help visit
Steps to Reproduce:
Any guidance would be appreciated!
@ppusapati if you want to switch MFE you need to use the full URL e.g http://localhost:5174/
for the Admin one
Rendered page normally but on click events are not triggering in both host and remote applications
on click of Host:
onclick on remote counter:
is this a working example?