Deployment error with dfx

Hello, I created a new project with:

dfx new hello --type motoko --frontend react

and I get an error after trying to deploy the hello project by the command: dfx deploy --playground.

The error:

Error: The frontend canister wasm needs to be allowlisted in the playground but it isn't. This is a mistake in the release process.

dfx version: 0.28.0

Thanks for the report, I’ll get it fixed tomorrow. If you want to use --playground now please try older dfx versions. 0.25.1 works for sure, newer ones I would have to test too

1 Like

The fix is deployed. I tested with 0.28.0 and it works now

1 Like