SureshPasham
KPCKevin Powell - Community
•Created by SureshPasham on 5/20/2024 in #front-end
When I integrate the redux store into my React app, then I get this error.
Uncaught runtime errors:
×
ERROR
Cannot access 'WEBPACK_DEFAULT_EXPORT' before initialization
ReferenceError: Cannot access 'WEBPACK_DEFAULT_EXPORT' before initialization
at Module.default (http://localhost:3000/static/js/bundle.js:2534:42)
at ./src/firebase.js (http://localhost:3000/static/js/bundle.js:2552:59)
at options.factory (http://localhost:3000/static/js/bundle.js:55776:31)
at webpack_require (http://localhost:3000/static/js/bundle.js:55175:32)
at fn (http://localhost:3000/static/js/bundle.js:55434:21). Google say importing redux store in js-file should moved before or after reducers not sure.
Thanks Suresh Pasham
Thanks Suresh Pasham
1 replies
KPCKevin Powell - Community
•Created by SureshPasham on 10/17/2023 in #back-end
Running SQL query in batch file Error.
HI All,
SQLCMD -DESKTOP-SDMAAAAA\AAAAAAA DESKTOP-SDAAAA\Suresh Pasham -DelayVerification -E -Q "select * from [adv].[Route] where convert(date,CreatedDate)=convert(date,getdate())" -s "," -o "C:\Users\Suresh Pasham\source\DailySales.csv"
This is my query in my batch, when I run the batch file I am getting error : Invalid object name 'adv.Route'.
Outside of batch file, in sql instance it executes well. Thanks
can any answer please.
12 replies
KPCKevin Powell - Community
•Created by SureshPasham on 6/8/2023 in #front-end
How do track users' data in MVC APP or in APIs?
Hi Apart from using Google Analytics or Web Analytics in ReactApp or in Angular App to track user data, how do we track in API's or in MVC application. Please can someone help me out, any resources, or give me certain ideas? Thank you.
5 replies
KPCKevin Powell - Community
•Created by SureshPasham on 5/27/2023 in #back-end
ASP.NET MVC Application to React with API's
Hi All, We have an application developed in asp.net MVC with jQuery and calling c# controllers, now part of the modernization I have been assigned to modernize and move to azure cloud my approach is React app calling APIs, is this the right approach??. Thank you all. Suresh Pasham
3 replies
KPCKevin Powell - Community
•Created by SureshPasham on 1/9/2023 in #back-end
Catching specific exception
Hi All, I want to catch the specific exception and throw if any other exceptions occur, this is in c#, in general, how do we handle it? any resource link will help too. Thanks
6 replies