Hosting Questions
Ad
How do I change the content type to application/json for spesific files?
For matrix homeserver (on modular.im) you need to have 2 files: domain.tld/.well-known/matrix/server
Firebase SPA rewrite rules not redirecting to index.html
I just started to build a single-page app on firebase hosting using angularjs framework. i have run firebase init
Payload size in Firebase reverse-proxy
Is there any payload size for apps hosted on firebase or the only way to limit the payload is to use some kind of middleware? otherwise do
Firebase hosting - user custom domain (white-labeling)
I'm using firebase for one of my apps and looking to add functionality where my users can customize the domain name and to use their own instead.
Mapping GoDaddy domain to Firebase Hosting does not get verified
I'm probably doing something silly, but i can't seem to be able to figure this out. i've waited over 24 hours for firebase to validate my
Is it possible to install powershell on a web app hosted by Firebase?
Im hosting a node.js web app with firebase, and i need to run a powershell script. i have installed the node module "node-powershell" which works
setting the Vary head from firebase function
I'm unable to successfully set the vary header in a firebase function. my code: res.set('vary', 'accept-encoding');
Can create a website written in python using firebase hosting/database
I just started web development, but i have an app that uses firebase database, so i was wondering if i'd be able to create a website written in
Scheduling the javascript script hosted on firebase to run in every 30 minutes
I have written a javascript code, which contains all the necessary firebase database conditioning,on the basis of which i am sending push
Can I use Cloud Functions Invoker role with firebase functions?
I have a cloud function that should only be invoked by a gke cluster i'm also hosting. i'd also like to use firebase hosting to make a nice url.
Ad
Firebase hosting multi site, 1 domain, 2 sub domains
I am building a website that has both an app and a control panel. i want the app to live at someurl.com and the control panel to be at
ERR_CONNECTION_REFUSED after Angular site deployed to Firebase Hosting (localhost...?)
i am trying to evaluate an admin template from angular-templates.io and the production build works fine. i upload to firebase hosting
Use of firebase functions when using firebase hosting locally
I currently have my project setup with firebase functions being used for some of the backend functions. i want to be able to test these
How does my shared host's nameserver resolve http://servername.com/~username/ to my top level domain?
I recently moved my website to a shared hosting solution at asmallorange.com, but
Setup Alerts for Firebase Hosting Bandwidth Usage
I have used firebase hosting to host a bunch of js files. one js file corresponds to one client so assume here is the structure
Status Bar is transparent with UIHostingController
The following is a simplified project to highlight the problem, which i have in a real project. i have a project, where i add a swiftui
Mime error with Angular 8 in Firebase Hosting
I have an angular 8 app that is being hosted on firebase and is being ran on the client side by:
Which is the best hosting solution for a node.js telegram bot on Azure?
I need to host my node.js telegram bot on azure. i need to have a mysql database too. is an ubuntu virtual machine a good option? i was thinking
Composer install fail Digitalocean web hosting
What i did: ssh setuped php7.2 installed apache2 installed pull files from gitlab when i
How to load a firebase admin key in node js?
I want to use the firebase admin sdk to give my node server free access to my database. this is the code of index.js in my
Firebase hosting rewrites to functions not working as expected
I am building a static website with html, css & js and hosted on firebase hosting and connected a custom domain. the only serverside function
Ad
Firebase hosting rewrites working locally but not in cloud - bug?
This is my firebase.json file: { "hosting": { "target": "md-viewer", "public": "public", "ignore": [
Invalidate Firebase cache for Google Cloud Function on deploy
I have recently implemented ssr with cloud functions and firebase hosting. when the js bundle is built it receives a cache bursting suffix
SQLSTATE[HY000] [2002] Connection refused for Laravel site
I get this error when i try to host my laravel project at 000webhost:
Firebase hosting showing welcome page after deploying angular 6 app?
I want to develop the angular 6 apps, but after deploying firebase showing only welcome page. here are the steps i have taken to
Enabling CORS in Firebase Hosting
I have this really annoying issue with cors and my google cloud function... the error i get is: access to xmlhttprequest at
The requested URL /pay was not found on this serve r laravel project , Cpanel, bluehost,404 not found
The home page on my website is working correctly but the links inside the website don't work when i click on the button that has a link the "the
Firebase is not picking up my index.js located in functions folder
I want to make sure if firebase automatically hosts whatever html file is in "public" folder located in my root directory and if it can't find
how to handle root path request with node.js on firebase hosting?
I'm developing web system using firebase hosting + functions. inspite of specifying rewrite rules on firebase.json, a part of routing doesn't
Is there a way to normalise differences in request.url when http firebase-functions running under emulator and deploy
For firebase tools 6.9.2: when using firebase emulators:start --only functions, hosting where the functions are invoked via a
Firebase as a CDN?
I just setup a firebase hosting and deployed it. my question is, can i use this hosting as a cdn to load content on my other already
storage:link not working on hosting cPanel
I've created a storage link with php artisan storage:link and it's working totally fine on localhost, however, when i deploy
Ad
Firebase hosting with a custom domain name still uses 'xxx.firebaseapp.com'
I have followed all the instructions to add my custom domain name to my firebase app. i now have 3 domains. the
Configure firebase for sub-app within a folder
I have used firebase hosting to host my app in the root however i would like to serve a separate codebase for my forum under
Firebase - How to access the deployed application
I have just deployed my flutter app to the firebase. when i go to the hosting section on the firebase, i do see domains listed as .web.app and
Firebase deploy only deploys functions but not hosting?
When i run firebase deploy, only my functions are deployed, but not my hosting. === deploying to 'project1'... i
Firebase Hosting rewrite doesn't redirect to Google Cloud Run
I am setting up a redirect(rewrite) with my firebase hosting so that i can call an api that is running from google cloud run
Is there a better way to write "rewrites" for functions in firebase.json?
I am new to firebase functions. i am trying redirect functions under a new url instead of using default url from firebase functions. my
How to make Firebase hosting /api rewrite request to app engine service
Currently i have the below firebase.json. i wanna rewrite all requests of
firebase.json redirect from one domain to another with the same page after /
I want to redirect from thisdomain.com/webpage to thatdomain.com/webpage i've tried using these globs for the source match:
Firebase deploy --only hosting does not update React.js webapp content unless site data is cleared
I'm trying to update a react.js site that has been deployed to firebase. the updated content cannot be accessed without using an incognito window
Firebase Hosting missing folders
I specified the correct public directory which firebase hosting asks for. the right amount of files were also found during deployment, but
HTTP/2 error 500 on Firebase hosting domain for specific static files
I deployed a firebase application consisted on one function and a bunch of static files in the public directory that build up the site itself.
Ad
How to setup subdomain for firebase project, The domain is registered with google
I own a domain in google and how to set up a subdomain for firebase hosting
is it possible to host Firebase web app which use Firestore with Firebase Hosting?
I am developing an android app using firebase. i also want to create a web version of it. should i host it in firebase hosting or do i need a
Dynamic Links Custom Path not applied in Firebase Authentication
I have setup firebase dynamic links with an url in the following format: a.b.c/d however, emails
How can I do IP whitelisting for a static site hosted in Firebase? / Is there a WAF for Firebase hosting?
I have a static website hosted in firebase. i can attach a custom domain to it fine. i would like to restrict access to my site to a certain range
Firebase Hosted flutter app shows not a secure connection error when launching an external URL
When i open my website hosted by firebase hosting google chrome or my antivirus program does not let me access the page but shows me an error
How Can I Make My Google Firebase-Hosted Static Site Faster?
I'm hosting a static website generated by hugo on google firebase. i know firebase simplifies a lot of things from google cloud via its console
Can I locally emulate cloud function and hosting at the same time?
I am writing a simple web app with firebase hosting and cloud functions. my functions are oncreate , ondelete and httpsserver. i wan't to test my
How do we host multiple HTML files in a single S3 bucket to get separate URLs for each file?
I'm new to using aws s3. i need to host my privacy policy html page and t&c html page in the s3 bucket as static web pages. i need separate
How can deploying laravel app on shared host?
I have installed a laravel app on host but faced with this error below. i've installed 2 or 3 another laravel app on shared host without any
How to upload react.js site on cpanel?
I have finished my project in react.js. now i am trying to upload my project on cpanel, but unable to do so. i search it several time but didn't
Ad
'npm' is not recognized as an internal or external command, while hosting website using Firebase
I am trying to host my website using firebase. according to firebase documentation i should use the command "npm install -g firebase-tools" to
Blank page on mobile in my website hosted by Firebase
My website works fine on desktop but displays a blank page on mobile devices (ios / android). it's a create-react-app hosted by firebase.
how to setup 404 Not found page in Flutter using Firebase Hosting
I am trying to show a custom 404 not found page in my website with flutter. i am using the following code : materialapp(
how to host node.js web app(containing multiple folders) on firebase through firebase hosting?
I have completed all the firebase hosting process. in my firebase account, i can use realtime database, firestore, hosting and functions. when i
Creating production-like container for CI/CD with Firebase hosting
I am trying to implement a ci/cd workflow with firebase hosting as production environment. so, i am writing a dockerfile
firebase hosting not displaying the correct file contents
I am trying to host a assetlinks.json file for a pwa on firebase, the issue is that i am unable to view the content of the file. i think it has
Firebase CDN with Namecheap DNS: Site won't load with "www" prefix
I've been learning how to use firebase hosting to host angular apps, but i've been struggling with this dns issue for over a week now and have had
I can't start node.js on hosting
I am trying to install my node.js server in hosting. the server running on windows but not work in hosting. run npm install
New subdomain for each account, Firebase / React
I know this used to be impossible, but has firebase added support for this yet? i know that they say you can have multiple domains that
Firebase Functions Custom Domain with Single Page App
I have a firebase hosted single page app. i also have 3 firebase functions (contact, plans, features) that the app and external sources
firebase hosting - displaying incorrect content in Iframes
I have a react app that runs on firebase and is required to display content in an iframe. when running on firebase, firebase displays the
Ad
Confusion about app.listen(port, hostname) and server.createServer()
I know that app.listen(port, hostname) makes the system listen for a specific socket but do i write this code in the client-side computer or
How can I deploy a flutter web application to an existing website hosted on Firebase?
I have a website that i'm already hosting at www.example.com (custom domain) using firebase hosting. i already have various html
Run a Cron Job In Cpanel with CURL
I have a code in laravel, i want to setup a cron job in cpanel but i don't know how to. i saw several examples that has file name to cron, but i
Database Access denied on Laravel in Production
I'm trying to publish my laravel 5.8 app on production hosting. i've uploaded the files and have made the changes in .env file. but still while
Firebase hosting not showing up
I was hosting a flutter web project using firebase hosting. i did firebase init then
Firebase deploy is deploying my source folder unencrypted
Issue: my firebase deploy is not deploying just the minified file, but also my raw source files and folders.
Multer destination file is not readable by ZEIT server
I got the following error: no such as file or directory public/uploads/bae1774e-d6dc-454b-ba63-a4c8c53d3053.png while i'm uploading
Can I use a wildcard subdomain with my custom domain?
Just checking to see if anyone knows if this is possible yet. i would like to use a wildcard subdomain with firebase hosting and use functions to
Should we (git / version control) track .firebase folder for Firebase Hosting?
I have hosted my flutter app using firebase hosting. after hosting it, i noticed that a .firebase folder was created that contains
Flutter web Instance of 'minified:eU<void>'
I am building a flutter web app, which runs flawlessly in debug mode, but whenever i try to run it in release mode or deploy it to the hosting i
How can I make an http request to my app engine from a Firebase app on the client side?
I have written a flask app & deployed it to app engine that would run some python scripts and returns some data when i make a post request to
Ad
google cloud function error when defining simple function
Hi there i'm trying to deploy a simple function using firebase hosting and the following error arises in my firebase log when i do:
Can a Django project be hosted in Firebase? If yes, give me an idea
I know to host my django projects in pythonanywhere or something else. but, i need to know is that possible to host a django project in firebase
How to use Firebase Hosting by providing the Nameserver over TXT value?
I do not have access to the godaddy account and am not too familiar with hosting in general. i'm trying to use firebase hosting for a domain that
"Cannot GET" Error on Firebase Cloud Functions + Express sample
I'm new to firebase and trying to make simple cloud functions + express sample from video below to work.
502 Bad Gateway while deploying in GAE
I am trying to deploy my nodejs application in google app engine. but i keep on getting 502 bad gateway when i run
Deploying in GAE using Google cloud SDK shell
I am trying to deploy my nodejs application on google app engine. i am using google cloud sdk shell for running the gcloud commands. first
Firebase hosting: Domain is connected but it is not working
Namecheap dns is ok at firebase everything is connected too. i get (safari can't find server) why the pages don't appear, what i did wrong
If I host my nodejs application on Heroku or other hosting platform can I ignore serving my app using HTTPS?
I have started creating my own nodejs app (for the first time) that i hope to deploy at some point, perhaps to heroku or another platform.
Firebase functions - DELETE request has no body params on firebaseapp domain
I migrated one of my express app to firebase functions. everything works perfectly except for delete requests that have a form body. when i access
Flutter web app won't deploy to Firebase hosting
My flutter app looks great in the chrome (web) emulator and running on a local server. i navigated to this directory:
Memory Allocation, Bytes Exhausted PHP/LARAVEL
Hey guys, i am developing a system using laravel
Ad
Making an app like Udacity - How to host video files?
I'm building an android app that works similar to udacity app. my requirements all my videos should only be viewed via
Ionic 4 app hosted on Firebase returns 404 ONLY on reload
I created an ionic 4 pwa using @angular/pwa, firebase hosting and this very
How to bypass Firebase Hosting's default Vary on Authorisation header
According to firebase hosting's document:
Do we have to host our Django site for our Flutter App backend?
Suppose i am creating a todo list app in flutter. i have used django to connect flutter's backend with the local host database. now my
Is it possible to download the deployed app from firebase?
My laptop just died and i didn't have any backup so all my work is lost. i have been working on a web app and i've been using firebase to host it.
How do I properly upload a localhost website online?
I have a reactjs project for my front and a nodejs project/server using express for my back. my
Programmatically Write to Firebase Hosting
Firebase.admin() does not seem to offer
Node js port is already in use
When i start my webserver, node throws listen eaddrinuse: address already in use :::3000, i tried to use netstat and search for 3000
firebase rewrites sub-domains
At first i have to paths one for api ans second for regular website, so i want separate the api as subdomain like that
force redirecting default firebase domain to custom domain
Is it possible to redirect example.firebaseapp.com to example.com? i don't want visitors to access the default firebase
travis ci fails deploy on firebase hosting
I am trying to integrate travis ci on my firebase application to deploy automatically but it fails saying 401 error. here is my .travis.yml
Ad
How do I find out what the current version of Firebase Tools is
From the node.js command prompt, using: $ firebase help gives this list: usage: firebase
SQLSTATE[HY000] [1045] Access denied for user 'qualitym_yaseen'@'localhost' (using password: YES)
I have created an application in laravel and completed it using a localhost mysql database. when i was using a localhost xampp database, my
Ad
Blog Categories
Ad