mathewberry liked a comment+100 XP
2d ago
Laravel-mix is breaking ...
This worked for me:
"devDependencies": {
"laravel-mix": "^6.0.49",
"webpack": "5.93.0"
},
"resolutions": {
"webpack": "5.93.0"
},
mathewberry started a new conversation+100 XP
4mos ago
Envoyer showing 404 when trying to clone repo from Bitbucket
As of yesterday, both my Envoyer accounts (using 2 different Bitbucket profiles) stopped deploying and every time Envoyer attempts to clone the repository on any of the projects it just says 404.
Connecting to bitbucket.org (bitbucket.org)|2401:1d80:3210::bbc:1:df7c|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2026-01-20 10:14:52 ERROR 404: Not Found.
Attempted steps to fix:
- Unlink and relink Bitbucket
- Manually remove the oAuth connection from Bitbucket then unlink from Envoyer and re-link
I can't really think of anything else to do, any thoughts?