-
Notifications
You must be signed in to change notification settings - Fork 6
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
Getting invalid keyword error on 'bgg.search.query' in production #53
Comments
@LearningProcesss is this still an active project? or should I fork and fix myself |
Hi, which version are you using? |
It's actually the same in Angular production mode. |
The reason for this seems to be the jackson-js library and its annotations. |
Thank you for sharing your analysis, unfortunately jackson-js library is causing considerable inconvenience however as yet I have not found a viable alternative. |
Project background:
NextJS 13
Typescript
Using bgg.search.query
I can never get console to log 'not results problem' it seems like the interface may have changed or something is wrong with the search.
XML response from rest client
Example code that will fail in next13
What is very odd is when I run locally
npm run dev
it seems to work fine with no issues, my error ONLY occurs when I run in production mode. The test code above returns 'search error' Invalid keywordDebugging next production is extremely difficult so I can't help much more than this unfortunately. I am trying to get this project out soon. If I could get some help with this that would be great or I will have to wrap my own APIs for the search functionality.
I also tried other calls, like 'hot' and 'thing' and they seem to work fine in production mode. Seems to be an error with search from what I can tell.
The text was updated successfully, but these errors were encountered: