Questions tagged with Front-End Web & Mobile
Build web and mobile applications quickly with a full set of tools and services to support development
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
195 results
Hi 👋 Folks,
I am facing this issue since so long and unable to identify root cause like whenever I try to login wordpress website through wp-admin it gives below mentioned error however, I tried to...
Tools for Converting AWS API Gateway Swagger Configuration to Spreadsheet for enhanced understanding
Could someone recommend a tool for transforming an exported AWS API Gateway swagger configuration (including Swagger and API Gateway Extensions) into a spreadsheet, making it more convenient for...
Hi 👋 Folks,
I am facing this issue since so long and unable to identify root cause like whenever I try to login wordpress website through wp-admin it gives below mentioned error however, I tried to...
unable to login website through wp-admin rather give an error
Hi Folks,
Unable to login Wordpress dashboard of website while writing unable to login website through wp-admin rather give an...
When using the iframe tag provided by Grafana to embed into a web page, the AWS IoT TwinMaker panel works well on desktop. However, when loading the tag on mobile, an error occurs: undefined is not an...
I have a Next JS project hosted on AWS Amplify. I am having a strange problem with my following pages /Salesforce and /SageIntacct. I am trying to simply make them lowercase however when they are in a...
I'm looking to send out a one-time transactional email message to all relevant endpoints of my project.
For example, I could be informing them of a recent Privacy Policy update.
What's the best way...
Hello Everyone!
I have an app that I am developing (iOS) for a client, and I need some help with the final portion of the app.
The app has a long form, that has video capture, audio capture, and...
I am trying to developing an iOS App with React Native and with AWSIoT library
When I am trying to run this project, the build is failed duo to 12 duplicate codes in classes
For example:
❌ ...
Currently, we are experiencing a technical issues with implementing AWS WAF intelligent threat integration SDKs for Android and iOS mobile applications, for protecting our workload.
Have referred...
Our organization operates a web-site for internal employees only (HTTPS), that is accessible world-wide. While the software serving the website has it's own common authentication (login & session...
These are my settings in the AWS CDK:
```
const api = new HttpApi(this, "bundled-api", {
corsPreflight: {
allowCredentials: true,
allowHeaders: [
"authorization",
...