• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Laravel + nodejs + Phusion passenger

jadui

New Pleskian
Server operating system version
CentOS
Plesk version and microupdate number
Product: Plesk Obsidian 18.0.40
Hi,

When I deploy (with git) my Laravel (php) project I have a strange problem. All routes to my app work, except the / (the root)
So for example /order works without any problems.
When I call the root / I get a message from Phusion passenger, like in the attached image.

screenshot.png

Does anyone have an idea how I can fix this?
 
Hi,

When I deploy (with git) my Laravel (php) project I have a strange problem. All routes to my app work, except the / (the root)
So for example /order works without any problems.
When I call the root / I get a message from Phusion passenger, like in the attached image.

View attachment 21090

Does anyone have an idea how I can fix this?
Hey jadui!

I have the exact same problem as you! Did you manage to solve your problem since June?

Greetings,
Jonas
 
Hey jadui!

I have the exact same problem as you! Did you manage to solve your problem since June?

Greetings,
Jonas
I think I found the problem myself. I disabled the Node "Application" because it was trying to handle the default requests. I only needed the node module to compile the vue scripts.
 
I think I found the problem myself. I disabled the Node "Application" because it was trying to handle the default requests. I only needed the node module to compile the vue scripts.
Hello there.
I have the same problem and struggeling for a while to find a solution for it.
When you say I disabled the Node "Application" what do you mean? Disable the extension Node.js manager? Because i did remove the extension and the issue persists.
Thank you
 
For anyone that may have the same issue, I have resolved it by Disableing the Node Application from plesk. Somehow, when it is enabled, it crashes something, so I have run the commands on the terminal and left the application disabled. Everything works perfectly now.
 
Back
Top