79736288

Date: 2025-08-15 09:30:45
Score: 2.5
Natty:
Report link

I have the same error but using laravel + vite + vue3.

The error was in my .env file. There was a circular reference

APP_URL="${APP_URL}"

it should have been

VITE_APP_URL="${APP_URL}"

I looked for hours for this as on other servers npm run build was working,

Reasons:
  • RegEx Blacklisted phrase (1): I have the same error
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same error
  • High reputation (-1):
Posted by: A.W.