kodadot / nft-gallery

Generative Art Marketplace
https://koda.art
MIT License
634 stars 361 forks source link

Nuxt3 - Encountered problems list #7375

Closed prury closed 11 months ago

prury commented 1 year ago

TODO

IN PROGRESS

DONE

It's not a bug, it's a feature

roiLeo commented 1 year ago

@kodadot/external-contributors & @kodadot/code-review-guild if you guys want to help prury made a list of thing that is not working on nuxt branch.

I would also add: (from https://github.com/kodadot/nft-gallery/issues/7034#issuecomment-1736882919)

lmk which one you want to work on

hassnian commented 1 year ago

fixes : #7422

yangwao commented 12 months ago
preschian commented 12 months ago

Sometimes, I can’t switch pages. There’s an intermittent error. It only happens in the production build. In development mode, I never get an error like that. The cause of the error is unknown, and how to reproduce it has not yet been determined. When reloaded, the error disappears.

Does anyone face that error also on nuxt.kodadot.xyz?

roiLeo commented 12 months ago

Does anyone face that error also on nuxt.kodadot.xyz?

Yes! page frozen, but route change. I didn't manage to reproduce it on local env too.

vikiival commented 12 months ago

Yes! page frozen, but route change.

Guess some particular overfetch ? it is highly possible that too many requests / awaits / something will freeze the app

roiLeo commented 12 months ago

Guess some particular overfetch ? it is highly possible that too many requests / awaits / something will freeze the app

When navigate through https://nuxt.kodadot.xyz/ahp/gallery/2-2 for example

newraina commented 12 months ago
preschian commented 11 months ago

Yes! page frozen, but route change. I didn't manage to reproduce it on local env too.

When navigate through nuxt.kodadot.xyz/ahp/gallery/2-2 for example

yes, this is exactly what I face also

yangwao commented 11 months ago

Transak pop up not opening (maybe check api key on nuxt branch)

Good spot - added key - Transak works now

Meanwhile, I'm impressed by the time to build it, it's cut from >5m

Finished processing build request in 1m54.815s

roiLeo commented 11 months ago

Yes! page frozen, but route change. I didn't manage to reproduce it on local env too.

When navigate through nuxt.kodadot.xyz/ahp/gallery/2-2 for example

yes, this is exactly what I face also

Looks like it's now fixed, could you test it on your side? maybe image worker issue?

preschian commented 11 months ago

Looks like it's now fixed, could you test it on your side?

looks fine for now. maybe fixed in this PR https://github.com/kodadot/nft-gallery/pull/7575

maybe image worker issue?

Nope, nothing to do with image workers. related with this https://github.com/nuxt/nuxt/issues/13309

preschian commented 11 months ago

this is the error log on the previous deployment

Screenshot 2023-10-10 185019

In the latest deployment looks fine now. So, time to merge to main branch?

yangwao commented 11 months ago

meanwhile done @preschian !

@prury let's make separate issues for outstanding tasks / errors and we can close on this.

Amazing journey! Thank you, all!