-
Notifications
You must be signed in to change notification settings - Fork 47
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
Doesn't working properly on Heroku #17
Comments
Same issue here. @matheuschimelli are you using yarn? i found that the demo broke when using yarn as that is what we are trying to get to work on our end. @mxschmitt any thoughts on how to get the demo/buildpack to work with yarn? |
Yes. I'm using Yarn. However, i also tried with npm and i got that error. |
@matheuschimelli I found that it wasn't related to yarn but the newer version of "playwright-chromium" (or similar). try hardcoding your package.json value for "playwright-chromium" or similar to |
Interesting. Thanks for the tip. I will try it later. I'm using |
Hey guys, so was very frustated at this problem as I had it too, am using Yarn. |
Yes this is sad! But i have hope that one day everything will be better and all of us that are facing issues will have everlast happiness. |
This just bit us after we upgraded our |
Is there any way to make this work using playwright-python?? |
Hi, trying to bring this issue back to light. Using the Python version of Playwright and it seems to compile successfully But getting this in the logs
|
I also have this issue - I've worked on this for 2 days straight and can't seem to solve it. I've tried to specify a specific verion:
I've also tried using a different buildpack
I've ensured that these buildpacks come before the The issue I cannot seem to navigate is:
app.json
I also have a However removing this doesn't seem to effect the error. |
Going back to basics this morning - I managed to get it working 🎉 app.json
playwright.config.ts |
Not advertising just let you know, I found a solution see this for someone who is still getting |
First I would like to thank you for this buildback.
I would like to report a bug that i found when i was trying to deploy the
heroku-playwright-buildback
.Some important infos:
I'm using Typescript as well.
What's happening is that when i deploy heroku-playwright-buildback it doensn't work. However when i use the puppeteer buildpack
https://github.com/jontewks/puppeteer-heroku-buildpack.git
my app works.I'm suspecting there is a bug but I don't know where it is.
The text was updated successfully, but these errors were encountered: