Sorry for the late reply. 1. npx create-next-app@latest 2. Within the app, create /api/name-of-your-path/route.tsx 3. Add in upstash route 4. in terminal 'vercel deploy --prod' 5. In vercel console, remove password protection and add in environment variables for upstash
I set the responses to be stored in Upstash Redis + with a endpoint that looks up the key in the redis kv, then if a result is found, it returns and decodes the result and returns from the endpoint as html. The endpoint within repo with the example I used can be found here. Cheers! github.com/developersdigest/dify-dynamic-website-example/blob/main/app/%5Bkey%5D/route.tsx
You are awesome. Very underrated
Thank you - means a lot!
What is the authorisation key to be passed in at 8:26? Thank you!
really well explained. can i ask, is it possible to produce the python code from the flow chart?
Nice tutorial. Thanks.
Thank you for watching!
I really don't know how we push from upslash to vercel? Can you explain un details. Thanks awesome video
Yes I’d love to know this as well!
Sorry for the late reply.
1. npx create-next-app@latest
2. Within the app, create /api/name-of-your-path/route.tsx
3. Add in upstash route
4. in terminal 'vercel deploy --prod'
5. In vercel console, remove password protection and add in environment variables for upstash
Do you mind sharing the DSL file? Awesome work btw🎉
Np:
gist.github.com/developersdigest/7d75c8dc8447865eef217c398b4916ef
How do you generate the website dynamically?
I set the responses to be stored in Upstash Redis + with a endpoint that looks up the key in the redis kv, then if a result is found, it returns and decodes the result and returns from the endpoint as html. The endpoint within repo with the example I used can be found here. Cheers!
github.com/developersdigest/dify-dynamic-website-example/blob/main/app/%5Bkey%5D/route.tsx
❤❤Thanks for this short overview. aaPanel supports one-click deployment of dify
Thanks - neat!