Building a simple Uno Platform application on AWS #10815
Unanswered
jeromelaban
asked this question in
Q&A
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 ? |
2 replies
|
@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: |
1 reply
|
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/ |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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 :/
All reactions