-
Notifications
You must be signed in to change notification settings - Fork 4
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
Invalid argument on Meteor 2.5-beta #13
Comments
Hello @StorytellerCZ , Pardon me for the silence. So far we haven't faced such issue on our end. Hopefully latest Feel free to close it in case if the issue is solved on your end. If issue persists on your end, please share more details on your setup and connected website |
I'll give it a try. |
I think it is working now. Closing! |
Never mind, just got the error again and it crashed my app. Though this time it was after hours of running:
My settings are: import { WebApp } from 'meteor/webapp'
import Spiderable from 'meteor/ostrio:spiderable-middleware'
WebApp.connectHandlers.use(
new Spiderable({
rootURL: 'https://www.literaryuniverse.com',
serviceURL: 'https://render.ostr.io',
auth: 'myauthkey',
ignore: ['/user/', '/workshop/', '/library/', '/pm/']
})
) |
@StorytellerCZ figured it out. Pushed fixes in Feel free to reopen it in case if the issue is still persists on your end. |
I'm getting the following error on Galaxy when running on Meteor 2.5 beta, which crashes the container:
After removing the package things go back to normal.
The text was updated successfully, but these errors were encountered: