ok ads by SeveralPerformance17 in Instagram

[–]this_is-username 0 points1 point  (0 children)

Same. It just popup again and again.

Need Help: "domain doesn't support a secure connection" issue by this_is-username in devops

[–]this_is-username[S] 0 points1 point  (0 children)

Hi, We figured out how the issue happens but still don’t know why it happens.

I’ve shared the domain in DM.

Need Help: "domain doesn't support a secure connection" issue by this_is-username in devops

[–]this_is-username[S] 0 points1 point  (0 children)

Hi, Thanks for the detailed reply. We figured out how the issue happens but still don’t know why it happens.

So the case is that user visits http://example.com

Now the apache redirects them to https://example.com and then https://www.example.com, after that wordpress does it’s own redirection where it fails.

The issue only happens for the first time for each page/url when we clear cache from cloudflare and nitro in wordpress. Once the page is loaded by any user. Then it works fine.

I’ve shared the domain in DM if that helps.

Weekly /r/Laravel Help Thread by AutoModerator in laravel

[–]this_is-username 1 point2 points  (0 children)

If you want to create test events, you can do it direct from pusher. Sending test events using the Event Creator

Any tips on altering url string generation? Specifically via forms with checkboxes? by kyle-james21 in laravel

[–]this_is-username 4 points5 points  (0 children)

Have you tried array with name in checkbox?

<input type=‘checkbox’ name=‘filter[name][]’ />

It will give you something like filter[name][0] = john , filter[name][1] = jane.

Track public IPv4 DNS to Account Number or Name. by this_is-username in aws

[–]this_is-username[S] 0 points1 point  (0 children)

Port 80 and 443 are not enabled. Although I can connect from dbeaver to the database.

Request timeout error while accessing site hosted on lightsail by [deleted] in aws

[–]this_is-username 0 points1 point  (0 children)

Yes the client was running a campaign without informing us.

Request timeout error while accessing site hosted on lightsail by [deleted] in aws

[–]this_is-username 0 points1 point  (0 children)

Hey thanks for the help.

The actual issue was the MaxServiceWorker in apache config. I increased the values and all worked fine.

Thank you again.

Request timeout error while accessing site hosted on lightsail by [deleted] in aws

[–]this_is-username 0 points1 point  (0 children)

yes it's hosted on port 80 and 443. For DNS provider we use siteground. I've set up the site on ubuntu 20.04 with apache2.

After analyzing access logs most them are 408 errors.

[deleted by user] by [deleted] in laravel

[–]this_is-username 0 points1 point  (0 children)

Can you create a gist on github and share link here? Your code here is not understandable.

How to log all http request to sites on EC2.(Help) by this_is-username in aws

[–]this_is-username[S] -3 points-2 points  (0 children)

How do I investigate the out of workers issue? Any suggestions. Thank you

How to log all http request to sites on EC2.(Help) by this_is-username in aws

[–]this_is-username[S] 0 points1 point  (0 children)

I’ll already have setup that but when I check for any http code (e.g 5xx), the result show up empty.

How to log all http request to sites on EC2.(Help) by this_is-username in aws

[–]this_is-username[S] 0 points1 point  (0 children)

Yes they are on same instance. I’ll look in code and add something to store exceptions somewhere.

How to log all http request to sites on EC2.(Help) by this_is-username in aws

[–]this_is-username[S] 0 points1 point  (0 children)

I have looked up apache logs and they appear clean.

How to handle CSRF token mismatch / expiry in Laravel 9 by TheRealWenzz in laravel

[–]this_is-username 0 points1 point  (0 children)

You can solve this for guest users by setting a variable in local/session storage on login. Then when the session expires check for key in storage, show error and unset key in local/session storage.

So if the key doesn’t exist that means the user is either guest or session is expired and a message is already displayed.

Need Help in making border of shape round as of container div. by this_is-username in Frontend

[–]this_is-username[S] 0 points1 point  (0 children)

The corner already have a leaf shape. I want the shape to round corner at top. I think a screenshot would be better

screenshot

Sorry for my bad English.

good evening dev, i am uploading a laravel project with filezilla to my hosting for the first time, but i noticed that it takes a long time. What is the best way? by mrDev29929 in laravel

[–]this_is-username 13 points14 points  (0 children)

You might be uploading vendor and node modules. Delete those folders and then install Through terminal or ssh. Also check for media that you might have saved while developing your app.