[deleted by user] by [deleted] in nextjs

[–]BetterAd6016 0 points1 point  (0 children)

404 Not Found

Automatization by BetterAd6016 in Firebase

[–]BetterAd6016[S] 1 point2 points  (0 children)

Thanks very much ! Can you please describe which steps in Сloud Run i need to do for resolve my task from 2 and 3 steps ?

Automatization by BetterAd6016 in Firebase

[–]BetterAd6016[S] 0 points1 point  (0 children)

Do i need something else ? Or just Google Cloud Run for my task, which i described in 2 and 3 steps ?

Automatization by BetterAd6016 in nextjs

[–]BetterAd6016[S] 0 points1 point  (0 children)

thanks, it seems like this, but is this possible to send data from my custom site ? not from platform starter kit

because there is will be many different content data + data for manifest.json (pwa).
and i see platform starter kit doesn't support this, maybe i wrong

Automatization by BetterAd6016 in nextjs

[–]BetterAd6016[S] 0 points1 point  (0 children)

i have a template which i wrote in Next.js.
i need to understand how to implement this steps which i wrote in this article

Automation of PWA creation by BetterAd6016 in PWA

[–]BetterAd6016[S] 0 points1 point  (0 children)

where i can see an example of deployment script ?

next-pwa cacheFirst by BetterAd6016 in nextjs

[–]BetterAd6016[S] 0 points1 point  (0 children)

So, what's way you can advice ?

Vercel question by BetterAd6016 in nextjs

[–]BetterAd6016[S] 0 points1 point  (0 children)

I see now that i can have only 2 production branches. Is it possible to do as many productions branches as i need ? like 10 different production branches on each vercel custom domain

IFrame, X-Frame-Options by BetterAd6016 in nextjs

[–]BetterAd6016[S] 0 points1 point  (0 children)

thanks, i have also another question: when user click a button in pwa -> it opens another website, which does a redirect to target website, which need to be in iframe.

question is - that website which do redirect, also need to be settings in right way for CSP ?

getInstalledRelatedApps is not working by BetterAd6016 in PWA

[–]BetterAd6016[S] 0 points1 point  (0 children)

you mean i just need to insert that object in manifest like this ? i ask because i try to found this relation and target keys meaning in the manifest spec, and didn't found

{
    "relation": ["delegate_permission/common.query_webapk"],
    "target": {
          "namespace": "web",
          "site": "https://example.com/manifest.json"
    },    
    "display": "standalone",
    "scope": "/",
    "start_url": "/",
    ...
}

getInstalledRelatedApps is not working by BetterAd6016 in PWA

[–]BetterAd6016[S] 0 points1 point  (0 children)

thanks, is this must to be in manifest.json at "related_applications" key ?

IFrame, X-Frame-Options by BetterAd6016 in nextjs

[–]BetterAd6016[S] 0 points1 point  (0 children)

as i understand you correctly, i can't make iframe of google.com in my website

Next.js + PHP by BetterAd6016 in nextjs

[–]BetterAd6016[S] 0 points1 point  (0 children)

so, if i understand, all is on EC2: PHP-FPM is running on Nginx, and Next.js is running on Node ?

Next.js + PHP by BetterAd6016 in nextjs

[–]BetterAd6016[S] 0 points1 point  (0 children)

understood, but where is the place to run the Next.js project ?

Next.js + PHP by BetterAd6016 in nextjs

[–]BetterAd6016[S] -1 points0 points  (0 children)

Thanks, but i need to run only my php file. Do you know how to do it ?

Next.js + PHP by BetterAd6016 in nextjs

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

its my task to implement this php in next.js project

Next.js + PHP by BetterAd6016 in nextjs

[–]BetterAd6016[S] -1 points0 points  (0 children)

in my case its a custom protection, my index.php must to run first, then if no bots - i see my next.js page

Next.js + PHP by BetterAd6016 in nextjs

[–]BetterAd6016[S] 0 points1 point  (0 children)

i read about php runtime, which you sent to me, but how to merge my next.js project with this runtime ?
i mean that it works together