-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not able to run application using v3.0.0-beta.19 #70
Comments
Are you able to run one app at a time, as explained here? I just deleted my local copy of the repo, re-cloned it, and followed the instructions and was able to get it working. What operating system are you on? I'm on Mac. The 404 you're getting in the browser for the HTML file is the most interesting thing about this. The request to |
Thank you joeldenning for your help! I am use windows 10. I have updated new package package but got the same issue.
cd root-html-file try to access the site using - http://localhost:4200 |
This might be windows specific, then, I've had issues in the past with the servers I'm using in root-html-file. Try the following, and let me know if any of them work:
|
Yes, you are right. These changes are working but getting 404 when refresh the page. |
Okay, so it's windows-specific, then. I just pushed a commit that hopefully resolves this issue. Can you verify it works for you? |
Damn, I'll have to look into this later. Need to find a static server that works in Windows and is able to do SPA routing and just always return the index.html file. Other windows users reported that |
The issue with the serve package is reported here: vercel/serve#525. I will be submitting a PR to serve to fix this |
Just submitted vercel/serve-handler#89 which will fix Closing this since it's now working. |
Hi, @joeldenning
I have implemented single-spa angular 7 solution and it was working till v3.0.0-beta.17 release. I show the updated version today and try to implement the lazy loading with the latest version but did not get any luck.
I have cloned the coexisting-angular-microfrontends solution on my local and follow the step under the local development section(https://github.com/joeldenning/coexisting-angular-microfrontends).
It is giving file not fond exception.
Am I missing anything?
The text was updated successfully, but these errors were encountered: