Complete BLoC with Clean Architecture (group chat) Discount !! E-commerce App With Backend Source Code Video and Voice Chatting App Firebase Chatting App Source Code Complete Gym App BLoC State Management Source Code Complete Study App Buy Ticket Booking App Source Code Buy Travel App With Backend Source Code Complete Chat App Udemy Course Special Offer Discount !! Online Learning Course App (BLoC) Online Learning Course App (Riverpod) Online Learning Course App (Getx) Discount !! Shopping App (Provider) Cool Flutter Game Flutter Nodejs Chat App Flutter Nodejs Api And Firebase Chat App Riverpod Task Management App
Uncaught SyntaxError: Unexpected token <
There are many resasons why the above error happens. One of them I have encountered personally which is wrong path for your javascript files.
In general external recources are kept in the public/js folder.
If you are html file is refering the wrong path, then it can not find the js resources. In that case you see the error
Uncaught SyntaxError: Unexpected token <
So check the path for your js resources and error should be gone
1. Check the path of your javascript file
2. Write the correct path and reload your application