-
Notifications
You must be signed in to change notification settings - Fork 441
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
[bug] get 404 not found ~partytown/debug/partytown-sandbox-sw.html with simple angular bundle html file and express server #193
Comments
here is angular project if you interest https://github.com/hiepxanh/clover-error |
please help me... |
https://github.com/hiepxanh/angular-partytown I update the angular 14 version. just only patch partytown on html only. still fail |
Here are some docs I found that describe the issue: https://partytown.builder.io/distribution |
@steve8708 @adamdbradley sir? can you take a look? |
Hey @hiepxanh , Do you see any additional errors? |
I dont see anything else sir, first time I thought server false but it server correctly, just auto fail on second query |
@mhevery do you have any suggestions? I can do anything like a test or debug, or something, I love this library very much. but I need your guidance. I will do anything you need sir |
One thing you can help is to make sure that the reproduction application is as small as possible. That makes our life easier in pinpointing the issue. (We are a bit busy with relate project so it may take some time to get to this.) |
Yes sir, I already pushed the built version of angular here. |
Sorry but this issue seems related to Angular and copying files to the correct location, and not partytown itself. https://partytown.builder.io/angular |
Describe the bug
Hi, nice to meet you. I see your team's videos on twitter and it so amazing. The other framework tutorial is very good. But I want to try on html example to implement on my Angular app. I do it with basic html and express example but it just not work. and get error.
To Reproduce
Steps to reproduce the behavior:
the partytown folder was copied by script, I just copy it again to this public folder.
npm install
thennode server-html.js
=> should work fine, butnode server-angular.js
Reproduction link
my stackblitz here but I have cors problem on stackbitz server https://stackblitz.com/github/hiepxanh/partytown-example?file=server.js
Expected behavior
it should not error
Partytown version
What version of Partytown you are using, e.g.
0.0.6
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
I read this but doesn't help
https://partytown.builder.io/distribution#builderiopartytownlib
Also this issue doesn't help too #107
The text was updated successfully, but these errors were encountered: