Skip to main content

Questions tagged [sites]

The tag has no usage guidance.

-3 votes
0 answers
10 views

const email = new sst.aws.Email("MyEmail", { sender: "[email protected]", }); [closed]

export async function main(event) { const body = process.env.SST_LIVE ? "Hello, Live!" : "Hello, World!"; return { body, statusCode: 200, }; } Hidden sites ** [``` *your text** | ...
Mohamd Mzore's user avatar
-1 votes
0 answers
35 views

What is the correct configuration for the search agent web widget in Vertex AI

I successfully developed a search agent in GCP. Data store is a bigquery table. Preview works fine. However the widget for embedding the agent in a web page throws the following error: "Problem ...
Juan Braun's user avatar
0 votes
0 answers
101 views

Adding a product catalog to google sites that reads data from a Google Sheet and is public facing

I have had enough of the issues with WordPress and am trying to come up with a replacement for a Ecommerce site. We are a very small business and so limited funds. I have a third party provider that ...
Mathew Newton's user avatar
0 votes
0 answers
30 views

How can I establish a connection with Rocketly with Follow Up Boss (Fub)?

I'm trying to integrate Rocketly into my project, but I'm unsure how to establish a connection with their API. Could someone provide a clear example or guide on how to integrate Rocketly with Follow ...
Jibran Ali 's user avatar
-1 votes
1 answer
156 views

Working with site without API using python [closed]

I want to work with site using python, but this site hasn't API What can I do? I'm beginner in python, and i don't know how can I do this Maybe I need to use python library "request"? I ...
maximcoder13's user avatar
0 votes
1 answer
76 views

(New) Google Sites - Auto Page navigation

I need to automate page loading for google sites (the new version). I've built a handful (6) of pages that serve as a display/info screen. Each page has different content to view. Previously I had ...
James Greenwood's user avatar
-2 votes
1 answer
166 views

How can I fetch the sites or subsites from a site collection and export them to excel document?

I've been trying to fetch the subsites from a site collection and export them into excel document, and I've been checking different scripts and testing to get a special one which could help me to get ...
Priscilla's user avatar
-1 votes
1 answer
76 views

Github home page

I know how to make an HTML site on GitHub with URLs like: [username].github.io/[somthing] but I am wondering how to make a URL without that project name or "[something]" to be just [...
Crypto Miner's user avatar
0 votes
1 answer
150 views

Failed to get the sites followed by user from Microsoft Graph

I am trying to retrieve the sites that the user is following from Microsoft Graph Explorer. I found this document to do that: https://learn.microsoft.com/en-us/graph/api/sites-list-followed?view=graph-...
Shetty_914's user avatar
0 votes
0 answers
181 views

Downloading files from a site to a specific folder with a specific extension

I want to implement this idea. I have a folder on my PC with the following structure: There is a Site folder and in it: index.html style.css new folder index.html is my site page, and I want to make ...
Andrew_noob's user avatar
0 votes
0 answers
2k views

Multiple sites on the same server (Centos 7 - apache) 2nd site going to apache welcome page

I'm trying to set up 2 sites on the same server. Problem: 'site_2' shows the apache's welcome page and not the actual site ('site_1' loads perfect, though); So, on my-site_1.com, I see it's ...
user3891775's user avatar
  • 1,493
1 vote
0 answers
40 views

When I change the HTML website to Django redirects app, I how do I do a 301 redirection automatically for diverting traffic from an old to a new link?

Django redirects app I added this , in my installed app section in settings.py 'django.contrib.redirects', MIDDLEWARE = [ 'django.contrib.redirects.middleware.RedirectFallbackMiddleware', ] I added ...
Divya V's user avatar
  • 11
0 votes
1 answer
229 views

Can't parse specific site with wget

I'm trying to parse https://app.xdao.app/ site using wget. I used: wget https://app.xdao.app/ and wget -r -p https://app.xdao.app/ Always I got the same result: <!DOCTYPE html> <html lang=&...
vns955's user avatar
  • 3
1 vote
0 answers
76 views

Reorder django core functionality

I faced the problem of the Django multi-site project. Each site can handle multiple languages. Project handle languages by URL and we don’t use default language prefix. For example Site one: root / ...
Veniamin's user avatar
0 votes
2 answers
312 views

Save Google App Script state while parsing an object array and continue where left off later on

I am using this simple google app script to parse through all available Google Sites and dump the html content of individual pages. There are quite many pages so the script will eventually run into 6 ...
msam's user avatar
  • 103

15 30 50 per page
1
2 3 4 5
9