PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Solved

Unable to publish site to production server

Solved
aarontharker1972

May 15th, 2025 09:06 AM

I've got the start of my site up and running locally and want to push it out to my staging/production server. After sending my local files to github and then pushing them to my staging server the public pages are all blank.

After examining things further I found a gitignore file hidden in the themes folder that was telling git to ignore ALL files in the themes folder. I have deleted that but still no public pages. Any ideas what is wrong? I can access the admin panel and it is exactly how I had it setup locally.

I have checked and all of the blade files are on the server. but it simply shows a blank screen.

produkt

May 16th, 2025 06:10 AM

I had this problem when I first started, make sure you seed the db

aarontharker1972

May 16th, 2025 01:13 PM

I have seeded the database with the default seed but after thinking about it perhaps I should be copying the DB from my dev server to the production server?

produkt

May 19th, 2025 01:26 PM

Are you still getting a blank page?

Report
1
aarontharker1972

May 19th, 2025 10:46 PM

Yeah, I have tried backing up the database from my local dev server and restoring it to my production server. The data is all there because all of my security groups and products are there now, but the public pages are still blank.

aarontharker1972

May 20th, 2025 05:44 AM

I'm guessing a file was not copied to the git repository but I have no idea which one it may be as all the files I would normally expect in a TALL application are there.

aarontharker1972

May 21st, 2025 10:41 PM

Any ideas? I really would like to work this out rather than having to start all over again.

aarontharker1972

May 25th, 2025 04:47 PM

Still awaiting any kind of feedback on this issue.

aarontharker1972

May 26th, 2025 12:51 AM

Best Answer

Nevermind I found the extra files gitignore files your themese had buried in them.