Verified that laconic deployer would be able to run custom server by deploying a starter application
IN PROGRESS: Implement custom server in sol meme gen app
Setting method to get latest quote in request instance, so that it can be accessed Next.js API handler
Method is not accessible in request instance (had a working implementation in deployed starter app):
⨯ TypeError: req.getLatestQuote is not a function
at handler (webpack-internal:///(rsc)/./src/app/api/quotes/route.ts:10:29)
Debugging
According to discussions, working on implementing a backend cache for storing the last 3 quotes in a 15 minute window
- Tested running custom server side code in Next.js
- Followed approach from https://nextjs.org/docs/pages/building-your-application/configuring/custom-server
- Verified that laconic deployer would be able to run custom server by deploying a starter application
- IN PROGRESS: Implement custom server in sol meme gen app
- Setting method to get latest quote in request instance, so that it can be accessed Next.js API handler
- Method is not accessible in request instance (had a working implementation in deployed starter app):
```
⨯ TypeError: req.getLatestQuote is not a function
at handler (webpack-internal:///(rsc)/./src/app/api/quotes/route.ts:10:29)
```
- Debugging
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Part of https://www.notion.so/Use-MTM-price-based-on-pool-189a6b22d47280ff9373c89f40b378d1
[WIP] Use USDC prices for meme generationto USDC prices for meme generationUSDC prices for meme generationto Use MTM price based on poolUse MTM price based on poolto Use MTM price based on USDCUse MTM price based on USDCto Use MTM price based on USDC for meme generationAccording to discussions, working on implementing a backend cache for storing the last 3 quotes in a 15 minute window