zach
zach
NNuxt
Created by zach on 12/22/2024 in #❓・help
Dynamic Routing in Nuxt 3, Ionic and Sanity
Hey everyone. I'm running into an issue with dynamic routing in a Nuxt 3, Ionic and Sanity project. I have a live test project in production: Repo: https://github.com/edwardz8/nuxt3-test Live Test Site: https://nuxt3-ionic-sanity.vercel.app/ When attempting to go to a single route param on this page: https://nuxt3-ionic-sanity.vercel.app/blog I get the following error: GET https://2mnyaa05.apicdn.sanity.io/v1/data/query/production?query=*%5B_type+%3D%3D+%22post%22+%26%26+slug.current+%3D%3D+%24slug%5D%5B0%5D&returnQuery=false&perspective=raw 400 (Bad Request) "error": {"description": "param $slug referenced, but not provided", "end": 41, "query": "*[_type == "post" && slug.current == $slug][0]", "start": 37, "type": "queryParseError" "Blocked aria-hidden on an element because its descendant retained focus. The focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor. Consider using the inert attribute instead, which will also prevent focus." I'm not sure if all of the above errors are related or what's going on/what I'm missing. I know i'm not supposed to be using nuxt-link within ionic, but even when i use ionic's router-link, it still doesn't work so nuxt-link is not the root issue. Any direction would be appreciated.
5 replies
NNuxt
Created by zach on 8/28/2024 in #❓・help
Deploy Nuxt 3 App with SQLite3
I'm looking to deploy a Nuxt 3 app that is using a sqlite3 database. the repo is here: https://github.com/edwardz8/nuxt3-db I don't care too much about where to deploy it. I tried with vercel but i got errors. any direction would be helpful. thank you!
2 replies