How can I see backend logs in a published Corvid site - velo

I'm creating a site with Corvid by Wix and I'm having trouble debugging my backend code. I have no problem with using console.log in the front end but I can't see my logs from the backend.

A quick Google search on "wix site monitoring" will answer all your questions related to this.
Also see this: https://support.wix.com/en/article/corvid-about-site-monitoring

Related

Laravel Google tag Manager

Good day to all.
I connected the tag manager to the site, but I want to be sure that it is on all pages.
This is an online home appliance store.
I want to understand the Laravel principle, how can I find all the pages?
Help me figure out the code
Thanks in advance.
For a quick check, I normally use http://www.gachecker.com/ Very useful, it not only indicates absent libraries, it also indicates double libraries. Pretty useful.
You can implement basic pageview tracking through GTM and in a few days see if there are missing pages in Analytics report.
You could use your sitemap or access log (grouped by page path) to check it manually or with a site crawling tool.
Finally, sure, you can go through Laravel's page templates and make sure GTM is referenced in each. I'm not an expert in PHP frameworks though.
If you want to see Laravel-only solution, you should ask your question with no reference to GTM.

I made a website but, webpage is not displaying correctly

So I built a website from scratch and am really happy about it. I wanted to make it a live version, so I looked for a web hosting company online. I use hostinger.com for my web hosting, however I'm not getting the results I'm looking for.
This is the finish product I made:
image of my index.html
and this is the results I get after I uploaded it to my web hosting provider:
image from live web host
So hostinger has different options for how to upload your website. And I use git because it is easy to use. Now the problem is I don't know if my code is the problem or my web hosting provider.
Thank you for your help in advance.
You can check the website: https://johnmcondino.com
Looks like the website is loading properly now.
Please press ctrl + F5 on windows. May be due to cache assets are not loading.

Why does my Linkedin share button not work?

I want to create a share button for Linkedin, the GUI button is all set up, but it doesn't work when clicking it. I researched a bit and came to the conclusion that using the same sharing mechanism, other sites work but mine doesn't.
I narrowed the problem down and now I'm trying to figure out why google.com works but my site doesn't. I don't use my real company website because it's personal information, but it's a website that has been on the internet for more than 10 years (in case this information is useful). When I go to the links, my website throws an error, but Google works fine.
Ⓧ https://www.linkedin.com/cws/share/?url=https://www.my-company-website.com
〇 https://www.linkedin.com/cws/share/?url=https://www.google.com
Is there any pre-requisite I'm missing, which makes my site not work?
I realized my server was blocking Linkedin (to reduce traffic from Linkedin bots). That's why it wasn't working.
As hint: I was working on closed webpage (for outside users) and that also causing problems with Linkedin share button.
Hint 2: Website uses Lets Encrypt! SSL and information mentioned here is a fake news https://wordpress.org/support/topic/linkedin-share-button-not-working-3/ Work's fine!
If you ever get stuck on trying to figure out why your page simply doesn't populate nice preview data on your LinkedIn share page, then check out the LinkedIn Post Inspector.
Insert the URL of your page (i.e., example.com), not the URL you are using to share (i.e., linkedin.com/share?url=example.com). You'll get detailed information on how your site will appear and why, like, for instance, sharing wikipedia.org...
Hope this helps someone else with a LinkedIn share issue!

shieldui mvc demo works for me when published, but not other user

I'm testing out ShieldUI graphing in an MVC site using the demo version. (Incidentally, I really like it.) When I publish my site to Azure, my sample graphs look normal to me (apart from "demo version" warning). But when another user views the published site, he doesn't see the graphs. Instead he sees a message that says "thank you for using the trial version of ShieldUI for ASP.NET MVC." Why does it work for me, but not the other user? We're hitting the same site.
The trial message is rendered by the trial version of the Shield.Mvc.UI assembly you are using in the MVC project, but the message should not prevent the chart from showing properly. Make sure you're not getting any javascript errors in the browser console. If the problem does not go away, can you post some code we can look at?

Google in-page analytics doesn't work in my ASP.NET MVC 3 Razor website

We've recently launched a new website http://atlascode.com and since the launch I've been unable to get in-page analytics working on the website. Google also claims that my tracking code is not working but I think this is a misnomer.
Whenever I attempt to load in-page analytics I receive the error:
We've identified problems in your setup. These may cause problems loading In-Page Analytics.
Your site doesn't load ga.js from Google.
If you host the Google tracking code on your own servers, it isn't updated automatically and can miss important changes.
We didn't find a tracking snippet on your site. In-Page Analytics cannot load. Please make sure you have tracking installed correctly. If your snippet is included in a separate JavaScript file, you'll have to manually check it is being loaded correctly.
-ENDS-
I've simply copy and pasted the tracking code on to the website and haven't done anything out of the ordinary. I've also checked to make sure that under Web Property Settings my Web property name and default URL is atlascode.com.
Any ideas you guys have really would be welcomed.
EDIT: Added screenshot of Google Analytics error http://min.us/mdqlrhj
Thanks in advance
Simon
Well there's whole buncha people in the web complaining about the same issue.
I've noticed something funny.
Most of developers love to exclude Analytics tracking code for logged in administrators and trying to check out In-Page Analytics while they're logged in. So there's really no any ga.js.
In my experience, this occurred when I hadn't set my default URL to exactly match the URL set in the profile.
Matt
P.S. Someone beat me to your source!
Got the same problem on Magento Enterprise, but solution was pretty simple: GA code just need to be placed before <head> tags. After this simple fix In-Page tracking works perfectly.
Update
Also, be sure you have no framekiller installed in your site.

Resources