How to show dynamic error messages in vue2 with yup validation? - vuejs2

sandbox to fork the issue: https://codesandbox.io/s/yup-vue-rwysy8
I expected to show dynamic errors messages when there are errors, I am facing problem to show the error messages to the html template. can anybody help me ?

Related

Vue 3 okta-vue auth

I'm migrating Vue2 to Vue3 and fix a lot of errors.
This error made me to stuck at the progress of migrating and I'm actually need help.
The Error:
enter image description here
While searching in google I have found that lines of code did the error:
enter image description here
And after understand why actually this happened, I recognized that plugin cannot compiled with Vue 3, but I really don't know how to solve this
Plugin:
enter image description here
Someone know how to migrate this part to Vue 3 syntax? or maybe someone know this error and can tell me what to do next?

React Native - console.log and network commands are not working

I've a strange problem in app I'm currently coding.
Here is the story of the app :
I've used React Native's ScrollView as a horizontal slider,
I display maximum 5~6 slides so I don't need to use FlatList for this.
Slides are actually records coming from the database so actually they are some dynamic components
and slider works as expected.
In every slide, there are also are some option buttons (Touchables) to send data to the server.
When the user presses a button app is opening a modal window to confirm and then sending some data to server.
Until now all is okay.
The Problem :
But in some slides of the slider I'm having a strange problem :
"console.log" commands and also network commands to send data to server is not working.
On the screen, I see Buttons(Touchables) are working and also the modal I've coded is also appearing & disappearing according to the state variables. But somehow console.log commands and also network commands are not even executed. Since I can't log anything it's also hard to understand the problem.
Is there anyone had a similar problem ?
Thanks
I've finally solved this problem, wanted to share my experience here.
In the app I was making post requests to the backend with Axios,
but I wasn't interested in the result of this post requests,
they were just log records so the result of backend calls weren't important.
So I didn't use any "await" command or didn't code anything like Promise.then / catch,
just posted with Axios and scrolled to another slide in my app without waiting for the backend.
After the 8th Axios post, app started not to work.
It seems like working .. touchable effects , modals even navigation works
but nothing else was working. Event console.log commands weren't working.
It's an interesting behavior of React Native , but I've understood the situation after reading the blog below :
https://medium.com/#rotemmiz/react-native-internals-a-wider-picture-part-1-messagequeue-js-thread-7894a7cba868#
Basic reason was that in the backend (NodeJS) I didn't return any response,
there wasn't any command like res.send("success") .. so frontend React Native app was waiting for the response.. event if I didn't use any await or Promise it was still trying to get the response and after the 7-8 call it was blocking the main thread.
If there is a way to configure Axios not to wait for the backend to answer for the post request, please write here.

How to solve these Google Search Console issues?

I'm new using Google Search Console. I see this issue in my console but couldn't find what is the problem? Can anyone help me solve it?
If you see the 2nd part of the report, it is clearly saying that the page which was checked by google return 5xx error. Click on Error text and it will navigate to a new page and what error is found will be shown.
A 500 error means your server experienced an error retrieving the content.
Google Search Console has a 'url inspection' tool which will give you more info.
If the above fails you look up your server logs and it will tell you the exact 500 error that's occurring.

Shopify: Themekit auto processing templates/customers after theme watch

I'm always get this error when using Shopify theme kit
enter image description here
Sometime it also process to upload all file in project to server. This cause conflict with other people working on it and make they lost their code.
I've tried to search the error but cant find the solution for it.
Does anyone else have the same problem as mine?
Please give me some advice,
thanks :)

Alert Meassage Box apper Issue in sencha

I am working on Sencha touch app.in this app a error message repeatedly occurs . but i was not put any such type alert in app.how can i prevent this thing.Please anybody can help me.
Thanks.