Sam79
Sam79
WWasp-lang
Created by Sam79 on 8/25/2024 in #đŸ™‹questions
What causes this rollup error?
@kapa.ai what is your diagnosis?
15 replies
WWasp-lang
Created by Sam79 on 8/25/2024 in #đŸ™‹questions
What causes this rollup error?
@kapa.ai I changed the code slightly which stopped the problem. I then changed it back again and the problem has gone away. I can only assume it occurs randomly. Is it a bug?
15 replies
WWasp-lang
Created by Sam79 on 8/25/2024 in #đŸ™‹questions
What causes this rollup error?
@kapa.ai is that correct?
15 replies
WWasp-lang
Created by Sam79 on 8/25/2024 in #đŸ™‹questions
What causes this rollup error?
@kapa.ai setup is like this:
export const serverMiddlewareFn: MiddlewareConfigFn = (middlewareConfig) => {
// Example of adding an extra domains to CORS.
middlewareConfig.set('cors', cors({ origin: ['http://localhost:3000', 'http://192.x.x.x:3000'] }))
return middlewareConfig
}
export const serverMiddlewareFn: MiddlewareConfigFn = (middlewareConfig) => {
// Example of adding an extra domains to CORS.
middlewareConfig.set('cors', cors({ origin: ['http://localhost:3000', 'http://192.x.x.x:3000'] }))
return middlewareConfig
}
15 replies
WWasp-lang
Created by Sam79 on 8/21/2024 in #đŸ™‹questions
Can't connect to WASP WebSocket's on Intranet
@kapa.ai How do I configure step 2: binding the websocket server to 0.0.0.0 in WASP?
16 replies
WWasp-lang
Created by Sam79 on 8/21/2024 in #đŸ™‹questions
Can't connect to WASP WebSocket's on Intranet
@kapa.ai any idea how to configure this?
16 replies
WWasp-lang
Created by Sam79 on 8/21/2024 in #đŸ™‹questions
Can't connect to WASP WebSocket's on Intranet
@kapa.ai I see it's likely a configuration issue. When I do wasp start I can see the http server will listen to the network interface: 192.168.x.x on port 3000 However the websocket server only listens to localhost on port 3001 so its not reachable. It's not clear where I can configure it. It doesn't seem to be part of the Vite configuration.
16 replies
WWasp-lang
Created by DybeK on 10/17/2023 in #đŸ™‹questions
Any ETA on Full Version Release?
Thanks for info! Yes stability and also API changes. So I’d expect there would be fewer breaking changes to deal with after 1.0
6 replies
WWasp-lang
Created by DybeK on 10/17/2023 in #đŸ™‹questions
Any ETA on Full Version Release?
Any more news on when we can expect 1.0 release?
6 replies