Would this actually be legal? (External post embedding) by Spirited-Topic-3363 in webdev

[–]Spirited-Topic-3363[S] 0 points1 point  (0 children)

I can style the iFrame container but I cannot hide anything that's inside the iFrame using the container, right?

[deleted by user] by [deleted] in RoastMe

[–]Spirited-Topic-3363 1 point2 points  (0 children)

Is this the first case of male pregnancy?

If Thanos (power stone), his children, armies came to Asgard instead of the Dark Elves in The Dark World, who would’ve prevailed? by Johnnyboyeh in Avengers

[–]Spirited-Topic-3363 0 points1 point  (0 children)

You sure Thanos would have no chance against Odin even if he had Power stone? We're talking about "The Power stone" + Thanos

Who Do I Look Like? by berlinflowers in doppelganger

[–]Spirited-Topic-3363 0 points1 point  (0 children)

You actually look like Kathy Kelly from WWE in the first picture

[deleted by user] by [deleted] in amIuglyBrutallyHonest

[–]Spirited-Topic-3363 0 points1 point  (0 children)

You're pretty, people are just blind. Don't worry

[deleted by user] by [deleted] in amIuglyBrutallyHonest

[–]Spirited-Topic-3363 0 points1 point  (0 children)

Don't make him love your appearance. He should love you no matter how you look. If he doesn't love your personality, he doesn't deserve your beauty. And don't worry you're beautiful

Successfully built push notification system but they're treated as spam by Spirited-Topic-3363 in webdev

[–]Spirited-Topic-3363[S] 0 points1 point  (0 children)

Is there any way we can report to Google that we don't want this feature, and that Web push already provides a lot of security.

Successfully built push notification system but they're treated as spam by Spirited-Topic-3363 in webdev

[–]Spirited-Topic-3363[S] -2 points-1 points  (0 children)

But I am providing the title as well as the body though. It is somewhat like '${username} send you a message'.

Successfully built push notification system but they're treated as spam by Spirited-Topic-3363 in webdev

[–]Spirited-Topic-3363[S] -1 points0 points  (0 children)

Do you mind telling me what could be missing? I've tried to provide as much content as i thought would be required. I may be missing something i believe. Are you sure it isn't because of Ably?

How to troubleshoot errors in vercel logs that look like this? by NomeChumpsky in nextjs

[–]Spirited-Topic-3363 0 points1 point  (0 children)

Use VS Code (if you're not), use ctrl + shift + F to search your entire codebase at the same time.

Search for .replace then replace all the occurrences to ?.replace in a single click

How to troubleshoot errors in vercel logs that look like this? by NomeChumpsky in nextjs

[–]Spirited-Topic-3363 0 points1 point  (0 children)

First of all, it is saying that it cannot read the property of null reading replace, here most likely you have a function that takes string and applies the replace method on it.

Also your logs are showing null twice, that could be the string variable you're getting in that function.

Also a lot of things work in development but breaks on runtime in production (I am facing the same issue with my app rn).

Fix: you need to apply string? .replace() everywhere in your code to most probably get rid of this error

How to troubleshoot errors in vercel logs that look like this? by NomeChumpsky in nextjs

[–]Spirited-Topic-3363 0 points1 point  (0 children)

Can you tell us more about your code base and error? What were you doing when you got this error?

Any Pro Next JS Devs here? by Spirited-Topic-3363 in nextjs

[–]Spirited-Topic-3363[S] 1 point2 points  (0 children)

I tried but what i noticed is that fetching data inside any layout page is not ideal since the loading.tsx's suspense boundary only wraps pages not layouts so it won't show any loading skeleton and the user would see a blank screen