PlasmoHQ / plasmo

šŸ§© The Browser Extension Framework
https://www.plasmo.com
MIT License
10.29k stars 356 forks source link

[BUG] Itero TestBed build fails with code 500 #1063

Closed rebryk closed 3 weeks ago

rebryk commented 3 weeks ago

What happened?

I got code 500 (Internal Server Error) inside TestBed build.

Version

Latest

What OS are you seeing the problem on?

No response

What browsers are you seeing the problem on?

No response

Relevant log output

$ pnpm staging

> fluently-extension@1 staging /workspace/fluently-extension
> pnpm run copy-dev-icon && plasmo build --tag=staging --source-maps --no-minify --zip

> fluently-extension@1 copy-dev-icon /workspace/fluently-extension
> rm -f assets/icon.png && cp assets/icon/icon-dev.png assets/icon.png

šŸŸ£ Plasmo v0.89.1
šŸ”“ The Browser Extension Framework
šŸ”µ INFO   | Prepare to bundle the extension...
šŸ”µ INFO   | Building for target: chrome-mv3
šŸ”µ INFO   | Loaded environment variables from: [ '.env' ]
šŸŸ¢ DONE   | Finished in 7191ms!
šŸ”µ INFO   | Zip Package size: 0.93 MB in 2698ms
---
$ echo "skip package step"
"skip package step"
---
Response code 500 (Internal Server Error)

(OPTIONAL) Contribution

Code of Conduct

rebryk commented 3 weeks ago

Looks like the problem was related to versioning. When I replaced "version": "1" with "version": "0.0.1" it worked.