spatie / ignition

A beautiful error page for PHP apps
https://flareapp.io/ignition
MIT License
424 stars 54 forks source link

RangeError: Maximum call stack size exceeded #728

Open TilWessel opened 1 week ago

TilWessel commented 1 week ago
context: {
            env: {
                app_debug: true,
                app_env: 'local',
                laravel_config_cached: false,
                laravel_locale: 'de',
                laravel_version: '10.47.0',
                php_version: '8.3.3',
            },
            user: {
                first_name: 'Daniel',
                last_name: 'Düsentrieb',
                email: 'dd@example.com', ......
            }
        }

JavaScript Error

RangeError: Maximum call stack size exceeded
    at si (https://...:231:2670)
    at Al (https://...:232:546)
    at bf (https://...:228:186649)
    at https://...:228:221181
    at yp (https://...:228:222533)
    at HTMLUnknownElement.y (https://...:228:103635)
    at Object.Hn (https://...:228:103960)
    at Kn (https://...:228:104921)
    at Ih (https://...:228:270720)
    at uh (https://...:228:261922)

Reproduction Steps

Please tell us what you were doing when this error occurred, so we can more easily debug it and find a solution.

  1. Throw an error in php code.
  2. Wait a very long time for the browser to understand it is in an endless loop.
  3. Ignition page shows with stack trace and everything, but in the context section the user is not showing. Instead, the prompt to report this issue is given: Screenshot 2024-09-24 at 18 59 32

User Agent

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36