browser-sync with laravel debugbar getting Syntax Error
See original GitHub issuestandard install of latest browser-sync + gulp + laravel + laravel-debugbar I get a syntax error
‘Uncaught Syntax Error: Invalid or Unexpected Token’
Downgrading to v2.11.2 fixes this issue, my init:
sync.init({
open: false,
proxy: 'opsis.dev:8080',
port: 3000,
notify: false
});
Issue Analytics
- State:
- Created 7 years ago
- Comments:6
Top Results From Across the Web
Incompatible with BrowserSync Proxy · Issue #405 - GitHub
The line causing there error is: phpdebugbar.addDataSet({ dataset values here });. I have BrowserSync set up as a proxy server for the built-in ......
Read more >Cannot get Browsersync working properly with Laravel Sail ...
I fixed my issue by setting the following configuration: mix.browserSync({ proxy: 'localhost:8081', port: 8082, ui: { port: 8083, } ...
Read more >laravel browser sync Code Example
2) does not satisfy that requirement. ... Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.3.0".
Read more >Problem with routing after installing UI in Laravel 9-laravel
Laravel Backend not getting files from form · Getting a call to undefined method in laravel when doing events · PHP MVC Framework...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Still having the issue here.
This issue should be fixed, why don’t accept #1151 ?