coollabsio / coolify

An open-source & self-hostable Heroku / Netlify / Vercel alternative.
https://coolify.io
Apache License 2.0
34.62k stars 1.89k forks source link

[Bug]: Changing instance domain causes error 500: Call to undefined function ray() #4300

Closed pshemek closed 6 days ago

pshemek commented 1 week ago

Error Message and Logs

Error: Call to undefined function ray()

Steps to Reproduce

  1. Install Coolify on VPS and point the domain's A record srv.example.com to the IP address
  2. Login via IP:8000 and change the instance domain to https://srv.example.com
  3. Access the panel at https://srv.example.com - it works
  4. Change your mind and point vps.example.com to the IP address
  5. Try to change the instance domain to https://vps.example.com
  6. You get the error "Call to undefined function ray()" and the new setting is not saved (the result is the same when the instance domain change is performed via IP:8000 panel as well)

Example Repository URL

No response

Coolify Version

v4.0.0-beta.368

Are you using Coolify Cloud?

No (self-hosted)

Operating System and Version (self-hosted)

Ubuntu 22.04

Additional Information

No response

ahmedrowaihi commented 6 days ago

I am having this bug right now after updating to v4.0.0-beta.368 it shows on one of my laravel deployed apps

peaklabs-dev commented 6 days ago

@ahmedrowaihi You have to upgrade to 369 where the fix was added.