-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Still active? #5
Comments
Yeah the project is active and under feature development. What's your issue? |
Hi I'm also having issues with the tagged and split messages (message one works fine) returning 400 errors. Using Astro.
the error is - {"error":"invalid_param","message":"Invalid feelback value"} |
@JojokCreator That error is when something wrong is sent to the server (validation fail). Can you provide me the page (if it's public)? So I can check the error directly. |
https://stackblitz.com/edit/withastro-astro-d3vzyj?file=src%2Fpages%2Findex.astro <--- There's a minimal reproduction here The feelbackMessage works but the Tagged and Split don't (both 400 errors). It could well be something I'm missing . Also there's a typo here https://www.feelback.dev/docs/integrations/astro/ Should be import "astro-feelback/styles/feelback.css"; rather than astro-feedback right? |
I checked your snippet. Your using a content-set of type tagged-message with "happy", "neutral", "sad" values. So you need to match the same on your UI control. <FeelbackTaggedMessage
contentSetId="xxxxxxxxxx"
preset="feeling"
/> And for the split-control you must use the same tag values. |
Ah. I thought I might have been doing something wrong. It's working. Kind regards and a great product! |
I try to follow the guide for the mdx files but I do not see the feelback component when I go to the integration guide on the contentset and click go to documentation I get page not found error |
@Judimax if you are using MDX in Astro you should be able to just import the Feelback component and use it in your MDX like above + the import statement. |
@JojokCreator can you give an example snippet?. I might get the syntax wrong because I keep getting errors |
|
in stackblitz I can only create an astro page how were you able to create a starlight astro page? |
That's Astro but procedure with starlight would be the same. |
solved you can close the ticket |
I'm very interested in using Feelback and installed it to my Astro Starlight site. The local form worked but getting data to the service didn't. I couldn't find a support email address. Is the project still active? If not, any suggestions for an alternate feedback system would be welcome. Thanks.
The text was updated successfully, but these errors were encountered: