You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@govindarajprevaj
This is probably because the browser couldn't find "index.js" file in the "nickName-Component". This is one of the first files that is hit in order to resolve routes. You may have a "index.ts" file present in same directory, which compiles to creates the JS file. The problem shouldn't have occurred as both files are available in the nickName-component directory, nevertheless I have updated some fixes regarding the same. Please check if it still crashes at your end. Your Feedback is most welcome.
and in console there is 2 errors
"Failed to load resource: the server responded with a status of 404 (Not Found)"
"Error: Error: XHR error (404 Not Found) loading http://localhost:3000/client/nickname-component/index.js(…)".
i don't Know what to do......
The text was updated successfully, but these errors were encountered: