You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rack-superfeedr was running fine for some time. But I changed the server, and it is running not under '/' anymore, but under '/feedtragon'. My config.ru looks like this:
That might be more a general sinatra/rack thing and might be related to my server setup, sorry if that's the case.
PS: I also tried to set Rack::Superfeedr.base_path in Sinatras configure block (which I'd like to avoid, because the url-helper does not work there), that did not help.
The text was updated successfully, but these errors were encountered:
rack-superfeedr was running fine for some time. But I changed the server, and it is running not under '/' anymore, but under '/feedtragon'. My config.ru looks like this:
That is behind an .htaccess that maps /feedtragon to this sinatra app:
Now, I already did some changes to restore the subscribe and unsubscribe function, setting base_path via sinatras url-helper: onli/feedtragon@d538a33
Now the notifications have feedtragon/superfeedr/feed/ as an endpoint, they are reaching the sinatra app. But they are still 404ing:
It is as if superfeedr.on_notification do |feed_id, body, url, request| would not work, either listening at the wrong place, or not at all.
That might be more a general sinatra/rack thing and might be related to my server setup, sorry if that's the case.
PS: I also tried to set Rack::Superfeedr.base_path in Sinatras configure block (which I'd like to avoid, because the url-helper does not work there), that did not help.
The text was updated successfully, but these errors were encountered: