PizzaConsole
PizzaConsole
> use the S3 client library Yeah that's what I did
@4utomator I did try a port it a few months ago and go pretty close, though I tried a direct port and frankly I didn't pay much attention to what...
@tidyui Could this be handled using a query string? We could do `pageid=` or I supposed you could do `hostname=&slug=`. Would this need to be done inside the RoutingMiddleware?
@tidyui We can obtain the proper site data in the router using the page guid. I was able to make a couple of quick changes to make this work. Essentially...
The hostname does not matter in this instance because we pull the site data based on the siteid attached to the page. Once I publish the fork it will make...
Anyone know how to solve this issue when using web sockets? Here is an example https://github.com/grgbkr/cf-websocket-msg-limit
> @PoisnFang Your specific case is a bug which I believe will be improved by #804. However, note that the bug is only that the error message is wrong --...
Not sure if this is related, but ideally I would like to do: ``` routeRules: { '/**': { ssr: false, prerender: true } } ``` This is so I can...
@isidorn I did not get auto-updated I had to uninstall the extension and reinstall. I was stuck on 2.0.7 and was not aware of this thread until I troubleshooted by...
@luc122c > Also, it's important that you run `nuxt build` rather than `nuxt generate`. When you choose the Nuxt preset, it chooses `npm run generate` as the default build command...