Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After npm update I receive (GenerateSW error) #1392

Open
DiamondGlassDrill opened this issue Feb 6, 2024 · 3 comments
Open

After npm update I receive (GenerateSW error) #1392

DiamondGlassDrill opened this issue Feb 6, 2024 · 3 comments

Comments

@DiamondGlassDrill
Copy link

I cannot run the chatbot-ui any longer after update.

GenerateSW has been called multiple times, perhaps due to running webpack in --watch mode. The precache manifest generated after the first call may be inaccurate! Please see GoogleChrome/workbox#1790 for more information.

@joseverav
Copy link

Same here.

@DiamondGlassDrill
Copy link
Author

DiamondGlassDrill commented Feb 8, 2024

Today it was at least starting a little further. (I didn't change anything besides restarting my machine)

I was able to come to the "blue button" (Start Chatting) -->

Then, next screen at Login received:

⨯ app[locale]\login\page.tsx (45:12) @ Login
⨯ Error: TypeError: fetch failed
at Login (./app/[locale]/login/page.tsx:51:19)
43 |
44 | if (!homeWorkspace) {

45 | throw new Error(error.message)
| ^
46 | }
47 |
48 | return redirect(/${homeWorkspace.id}/chat)`

@SnakeCodeBuilder
Copy link

for me stoping and restarting supabase from the terminal made the app working despite the error message, there is btw a thread here about the same issue here: #1377

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants