Questions tagged [website-deployment]

34 questions
0
votes
1 answer

Why getting The target environment doesn't support dynamic import() syntax error in react?

I have a react application which I want to deploy on netlify.However Im getting the following error: The target environment doesn't support dynamic import() syntax so it's not possible to use external type 'module' within a script
0
votes
0 answers

How to setup composer on hostgator shared hosting?

I have a custom PHP website that uses PHP firebase admin SDK along with composer (Dependency manager). The website is working perfectly on my localhost. when I try to upload my website to the public_html Directory of Hostgator hosting then I can't…
0
votes
0 answers

how to publish a react js website on gitlab

i created a static react js project and i pushed it to git-lab excluding node modules. But now i am not able to publish my website it is showing deploy failed. but the build was successful. i know that i should make some changes to packagejson file…
0
votes
1 answer

I am trying to get data form my vuex store but it is giving an error

I am having some trouble with vuex getters in my project. I have a route that displays all users. When I visit that route it shows AllUsers.vue component. Inside this component, I am using UsersList.vue component and inside that I have…
Robin
  • 81
  • 1
  • 1
  • 3
0
votes
1 answer

Deploying images after CSS Minification/Merging

I'm using Visual Studio 2010, .NET 4 and MVC 2 on this project with YUI Compressor running as a post build event. The thing is we had one big css file which was not maintainable so we've split it into many CSS files in different…
Michael
  • 3,416
  • 1
  • 19
  • 21
0
votes
1 answer

How can i test my changes before hitting the Reload button in Pythonanywhere?

I want to test my updates and changes before hitting the Reload www.yourdomainname.com button to make sure that there are no server error 500 or any bad thing that could happen so I don't lose users, is there any way to do so? when I do python3…
0
votes
0 answers

I cant edit background image. Using The gem theme. Error with custom.css

I keep getting an error, TheGem's styles cannot be customized because file "/home2/stargbb9/public_html/wp-content/themes/thegem-child/css/custom.css" cannot be modified. Please check your server's settings. Then click "Save Changes" button. I then…
0
votes
0 answers

UI Design (How to make it look professional)

I recently finished (well almost) developing my first Frontend and Backend web development project and hosted it online. I noticed a few errors pop up but I can fix those in due time. The main problem that I am facing is the ui design. How do I make…
0
votes
1 answer

web2py error: requires web2py 2.15.5 or newer

I'm trying to launch a web2py app I made using pythonanywhere. I packaged the app and then uploaded it using the admin site, but now when I go to the page it's supposed to be on I get the error "requires web2py 2.15.5 or newer" What does this mean?…
0
votes
1 answer

How can i upload my website?

I'm new to web design. I built a simple website by bootstrap studio and I've exported it. I got a free domain/host from Biz.nf to upload my website. I uploaded my folders (css-js-img-bootstrap) and index.html file in one folder in file manager that…
ali
  • 35
  • 3
0
votes
1 answer

Failed to start jekyll service

I am following a guide to install jekyll on my server(running CentOS 7) , as I want to get better at web development as a hobby. Disclaimer, I am not using a reverse proxy on this server as I want to learn the general setup of the website and get to…
0
votes
1 answer

Having two bootstrap links causes accordion to not work properly

I have included two bootstrap links in my HTML page. This is causing issues with the accoridan I have included. The accordian once opened wont collapse when clicked again. I have figured out that this is because of the two bootstrap links and the…
John D.
  • 11
  • 4
0
votes
2 answers

I can't remove bottom white portion of my website

I have made a website for my fake business but I can't get the area at the bottom of the page not to be there. So further information, I want the whole page to take up all of the browser window and not have any white space or have any scrolling on…
igeer12
  • 421
  • 1
  • 5
  • 8
0
votes
3 answers

How to make same website layout for mobile devices (not responsive)

I've tired for finding an answer of a question. I want a website that can be seen same from mobile or similar device. I don't mean about responsive rather I mean, from mobile visitor can see same layout of the website even by horizontal mouse…
user1896653
  • 3,247
  • 14
  • 49
  • 93
0
votes
1 answer

Ruby on Rails deployment issues with Windows

This is my first website deployment and I'm quite a beginner in web development. I am using Windows and Ruby on Rails and I am having a lot of trouble deploying my website online. Also, I'm using FileZilla to send my files to the server. Ruby…