Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

HRA's avatar
Level 1

Moving from CPanel to Ubuntu 20.04 - error

Not able to move laravel website from Cpanel to ubuntu,

It display just Hello page and getting Unable to prepare route [api/user] for serialization . Error.

any suggestion appreciated

0 likes
2 replies
Tray2's avatar
  1. Have you copied all the files over
  2. Have you run composer install and npm install
  3. Have you enabled mode_rewrite (If you are using Apache)
  4. Have you cleared all Laravel caches
  5. Do you have the proper document root
  6. Do you have the correct permissions set for all the files and the storage directory
  7. Do you have the correct owner on the files and directories. Most likely www-data
HRA's avatar
Level 1

Hi ,

Yes verified all still getting the HELLO page

Please or to participate in this conversation.