Questions tagged [surge.sh]

46 questions
0
votes
1 answer

Getting 'SSL_ERROR_BAD_CERT_DOMAIN' error after deploying site using Surge to a custom domain

I'm using Surge.sh to deploy a simple react app to a custom domain i bought from GoDaddy.com. I've followed the instructions regarding custom domains on their site and get a confirmation that my site was deployed…
Leth
  • 1,033
  • 3
  • 15
  • 40
0
votes
0 answers

React-Burger-Menu works on localhost, but doesn't work when pushed to Surge.sh

I'm using React-Burger-Menu on a project. I've installed it with npm, imported it into my React app, and am properly displaying the hamburger menu on small screens and hiding it on large screens with the use of CSS. On small mobile screens I have…
Nick Kinlen
  • 1,356
  • 4
  • 30
  • 58
0
votes
1 answer

Is it possible to write files using NodeJS on a static website?

Or is it possible to host a NodeJS-based web app on a static website host, like surge.sh? Locally, I can start the node server in the console; is that something I can do on a static website host like Surge?
samuset
  • 275
  • 1
  • 2
  • 13
0
votes
0 answers

Adding GoDaddy Domain Name to Surge

I have followed the Surge documentation As well as the past question posted here However, when I visit my web page after 2-3 hours, it is still not able to be found: http://mini-interface.com/. I have attached the successful publishing message…
0
votes
1 answer

React Bootstrap button does not display correctly on Surge

I am using the React Bootstrap button to style my React web app. When I run it on my localhost, the buttons look fine, but once I deploy it to surge, the React Bootstrap button will not display correctly. My React Bootstrap installation should by…
EzyHoo
  • 301
  • 2
  • 14
0
votes
1 answer

Unable to install Surge

I'm trying to install surge via npm using the command npm install -g surge But it's throwing the following error npm ERR! Unexpected end of JSON input while parsing near '...<2.0.0","ecc-jsbn":">' npm ERR! A complete log of this run can be found…
Y M
  • 2,105
  • 1
  • 22
  • 44
0
votes
2 answers

Gatsby site 'page not found' when deploy on Netlify or Surge

I could run on localhost, however the site could not show up on Netlify and Surge as I tried to push it on Git. Feel free to check my code: https://github.com/treycwong/bean-tracker I'm not sure if it's partly due to the dependencies in package.json…
0
votes
1 answer

How to deploy websites that include npm-downloaded packages to surge / gh-pages?

I'm quite new to the deployment part of websites with npm packages in it. and I'm trying to temporarily host my website to surge.sh in order to share & test it. It's a simple html website with paper.js scripts in it. By just launching the index.html…
SumakuTension
  • 542
  • 1
  • 9
  • 26
0
votes
1 answer

Surge.sh / Unable to update project

I am having an issue updating surge project. After the initial project commit any new updates don't seem to work. Tried updating the project several times, but seems that server still returns a version of first project upload. Cache is not an issue,…
0
votes
1 answer

Surge isn't refreshing my new changes to website after pushing

It was working about a month ago and I have no idea what changed. I am using the Surge along with GoDaddy as my domain provider and Cloudflare as my name server. I have correctly pointed GoDaddy to Cloudflare and my Cloudflare DNS settings has the…
Kyle
  • 63
  • 1
  • 6
0
votes
1 answer

Deploying a vue project to surge.sh

I've been trying to deploy my Vue project to Surge.sh all day, the project uses the webpack-simple template. The funny this is, if I deploy it manually from my CLI, it'll work, but if I push it to GitHub and deploy it from Travis CI, it won't work.…
0
votes
2 answers

Can surge.sh websites be indexed by google search?

Can websites created with the a *.surge.sh domain be indexed and found on Google?
joshkmartinez
  • 654
  • 1
  • 12
  • 35
0
votes
1 answer

Surge install mac osx

i trying to deploy fornt-end site on Surge but when i try to install surge client into osx with npm install --global surge i get following error message no such file or directory, open '/Users/mac/package.json' Inside Surge getting started page…
an_droid_dev
  • 1,136
  • 14
  • 18
0
votes
1 answer

Adding a custom domain name with surge.sh

I'm a newbie in domain names, DNS etc. I'm using surge.sh for deploying my app. Now I want to add a custom domain, that I registered using transIP, and I can't get it working. I set the IP address to 45.55.110.124, as they explain here. All…
Sventies
  • 2,314
  • 1
  • 28
  • 44
0
votes
0 answers

Surge deployment Yeoman Angular needs individual js files

I am attempting to do a quick and dirty deployment of my app on Surge, and I am running into an issue with Yeoman Angular. Basically, it's asking for references to the individual files for my directives, while the scripts are all combined into 1…