Building a simple Uno Platform application on AWS #10815
Replies: 3 comments 4 replies
-
This looks like you're not using the right .NET SDK for some reason (3.1.416 is being used). How are you installing the .NET SDK ? |
Beta Was this translation helpful? Give feedback.
-
@jeromelaban Here's an update: Now working with .NET 7, WASM builds fine on Linux locally but throws an error when trying to host on Amplify:
|
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for the support. You can find a new description of how to host Uno Platform WASM applications on AWS Amplify here: https://reads.davidconoh.me/hosting-uno-platform-wasm-on-aws-amplify/ |
Beta Was this translation helpful? Give feedback.
-
From Discord:
I'm building a simple Uno Platform application on AWS. I have everything setup and provisioned locally using dotnet SDK 6.0 on VS Code. But the project builds on Amplify fails at frontend. Here's the error message:
Any ideas :/
Beta Was this translation helpful? Give feedback.
All reactions