My master branch in amplify studio is set up well and works with amplify studio. I created a new branch from master in GitHub and then I connected to that branch in amplify studio. However, the build fails in front end with error "Framework web not supported". I was getting this error initially when trying to connect to master in amplify studio. I had not selected the monorepo option and selected the folder that had the app. So I think this is why I'm getting the "Framework web not supported" error when connecting a different branch in amplify studio as there is no option to select the folder that has the app. I am not sure how to work around this. Would really appreciate any help. Thank you.
Build Fail when connecting a branch identical to master in amplify studio
106 Views Asked by xIssa At
0
There are 0 best solutions below
Related Questions in AWS-AMPLIFY
- create react native app AWS S3 getObject use file
- How to enable the CORS mode on frontend side in GraphQL/AWS Amplify?
- querying amplify graphql many-to-many relationship
- How to add environment variables to AWS amplify?
- How do I put AWS Amplify project into CodeCommit?
- Checking status of amplify datastore operation
- Cloudflare CNAME couldn't be verified with AWS Amazone
- React images load locally but not on AWS Amplify
- 'Unauthorized' error when using AWS amplify with grahql to create a new user
- How to receive attributes from users who signed in via an identity provider in AWS Amplify?
- amazon-cognito-identity-js conflict in nodes modules files
- How do you use RDS MySQL with AWS AppSync
- Failed to start API Mock endpoint Error: CloudFormation stack parameter rdsRegion is missing default value
- How to add a AWS RDS database to amplify
- How can I record an aws pinpoint event from angular 8
Related Questions in AWS-AMPLIFY-CLI
- Amplify CLI hangs for hours when creating API models
- Need CloudFront with lambda@edge to serve S3 bucket while using Amlify
- Build Fail when connecting a branch identical to master in amplify studio
- Amplify creates relationship between models even though schema.graphql doesnt specify any
- How can I connect stripe/google pay with aws amplify?
- Add Amplify Auth triggers from CLI without going through all CLI steps by (amplify auth update)
- Amplify cognito auth differing from build and local
- Amplify on Github Workflow requires authentication
- How do I build the AWS Amplify sample project on GitHub on my AWS account?
- AWS Amplify Identity Broker - Lambda PostDeployment never triggered
- GraphQL Schema is using "@key" directive from an older version of the GraphQL Transformer
- AWS Amplify/amplify-js forgotPassword() returns no error with invalid userName
- "amplify publish" fails to deploy without any detailed error stack trace
- amplify configuration not showing anything
- Query DynamoDB by GSI using AppSync SDK and Amplify CLI
Related Questions in AMPLIFYJS
- How to spy on amplify request and publish with jasmine?
- large drop down storage using AmplifyJS
- bootstrap paginator is not working when jsp template is used
- AWS Amplify Many to many relationship - nested data doesnt work
- Build Fail when connecting a branch identical to master in amplify studio
- Trouble with AWS Cognito, API Gateway, Amplify. Requests are always anonymous and return a 403
- Angular SSR does not wait for the AWS Cognito's token retrival
- Amplify-JS: how to change refresh token endpoint?
- How to have (at the same time) multiple redirectSignIn / redirectSignOut with amplify auth in Angular app?
- react-native aws amplify passwordless authentication (V6)
- Amplify js cannot authenticate a user with "responseType: code" in Next.js
- Amplify.js - CRUD-like urls
- Aws amplify signIn method returns Incorrect username and password while federatedSignIn (Hosted UI) works
- How can I get AWS Amplify's DataStore to sync between user sessions in React?
- How to AutoLogin in multiple clients if logged in one client in Cognito?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?