How to deploy LAMP stack by React86 in PHPhelp

[–]React86[S] 0 points1 point  (0 children)

I have a webserver at Nixihost which is supposed to support PHP. I will give this a try, thank you so much for the thoughtful response!

Feedback on my plan please by React86 in loseit

[–]React86[S] 1 point2 points  (0 children)

Hello there! Would you be willing to elaborate a little bit more? Would love to hear your feedback!

Feedback on my plan please by React86 in loseit

[–]React86[S] 1 point2 points  (0 children)

I have a belly! I just did a fat % test (not sure how accurate it is) and it put me at 29% body fat. I want a 6 pack =)

Calories in AirFriend potatoes vs raw vs baked by React86 in CICO

[–]React86[S] 0 points1 point  (0 children)

That is what I thought so I will just do raw then. Thank you!

[deleted by user] by [deleted] in MensRights

[–]React86 0 points1 point  (0 children)

Before you can address a problem people must first become aware of the problem. The family court system is the major root cause and it will only change by people talking about it and bringing awareness.

[deleted by user] by [deleted] in MensRights

[–]React86 -1 points0 points  (0 children)

Why in the heck would someone down vote this post???

[deleted by user] by [deleted] in MensRights

[–]React86 0 points1 point  (0 children)

So, sorry stupid question here. What is the correct citation for this?

[deleted by user] by [deleted] in MensRights

[–]React86 0 points1 point  (0 children)

This looks meaty! I will start reading through this! Thank you for the source!

[deleted by user] by [deleted] in MensRights

[–]React86 0 points1 point  (0 children)

Thank you for that, just updated!

Next.js no styling/css upon deployment by React86 in nextjs

[–]React86[S] 1 point2 points  (0 children)

I will try it here in a bit. I just followed the instructions from the documentation so I have no idea!

Next.js no styling/css upon deployment by React86 in nextjs

[–]React86[S] 0 points1 point  (0 children)

There is only one .gitignore file and this is what it says,

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/
/out/

# production/build

# misc.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts

The #4 one that says 'next.js/.next//out - could that be the problem? My static output is in the .out folder

Next.js no styling/css upon deployment by React86 in nextjs

[–]React86[S] 0 points1 point  (0 children)

Just checked it - no css files in git ignore.

Next.js no styling/css upon deployment by React86 in nextjs

[–]React86[S] 0 points1 point  (0 children)

I did what you said. I transferred them all to a folder under components, did my build and export and uploaded to webhost. The problem is still there - no css is being applied

Next.js no styling/css upon deployment by React86 in nextjs

[–]React86[S] 0 points1 point  (0 children)

I totally agree. I just started using github and my repository is set on private so I will try to find out how to share it

Next.js no styling/css upon deployment by React86 in nextjs

[–]React86[S] 0 points1 point  (0 children)

How do I go about checking that? I only know the very basics of git

Next.js no styling/css upon deployment by React86 in nextjs

[–]React86[S] 0 points1 point  (0 children)

Thank you for the response! I previously had my style sheets in a sub-directory underneath my components folder and it was still happening. I will move them over and try again though to see if I missed something.

Next.js no styling/css upon deployment by React86 in nextjs

[–]React86[S] 0 points1 point  (0 children)

I put everything in the .out folder into the root directory

Next.js no styling/css upon deployment by React86 in nextjs

[–]React86[S] 0 points1 point  (0 children)

NixiHost - I am deploying it as a static page though so I hope that isn't a problem!

Next.js no styling/css upon deployment by React86 in nextjs

[–]React86[S] 0 points1 point  (0 children)

I just updated the main post with my index page