python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
The Prismic fulltext predicate keeps giving me errors about unexpected fields when I Use it to try to query
I am trying to query with the Prismic predicate.fulltext using Vuejs
this is the first time am using the predicate but the documentation about what the fulltext predicate needs seems to be confusing. ...

Chadere Oghenenyoreme
Votes: 0
Answers: 1
Next JS Issue with data from getInitialProps in _app.js "TypeError: Cannot read properties of undefined"
I'm having an issue displaying data pulled in (from Prismic) with getInitialProps in the _app.js file. I have followed the Prismic slice machine tutorial, which includes defining a header and navigati...
JonQuayle
Votes: 0
Answers: 0
Using RichText in a map in React
Thank you so, so much for your time looking at this
I'm using React and Prismic
I'm trying to apply RichText (https://prismic.io/docs/technologies/rendering-the-rich-text-and-title-field-reactjs) to r...

Rolanda
Votes: 0
Answers: 0
Prismic embedded url for a video does not load
<video
controls
className={"w-full h-full object-contain"}
loop
autoPlay
muted
>
<source
src={videoUrl.embed_url}
type="video/mp4"
...
Rostyk
Votes: 0
Answers: 2