dailydotdev / daily

daily.dev is a professional network for developers to learn, collaborate, and grow together ๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ป ๐Ÿ‘จโ€๐Ÿ’ป
https://daily.dev
GNU Affero General Public License v3.0
17.92k stars 458 forks source link

๐Ÿ› BUG: cannot open firefox add-on in a new tab #1286

Closed RichardPFernandes closed 1 month ago

RichardPFernandes commented 1 month ago

What went wrong? ๐Ÿค”

When i opened a new tab with add-on, the page doesn't load. and show to feed the filters, but in the website works.

Expected Behavior

Load the new tab page

Steps to Reproduce Issue

1. Go to new tab page with add-on
2. See the error

Solution Proposed

No response

Screenshots

image

image

Environment

Ubuntu

Browsers

Firefox

OS

Linux

Version of daily.dev

No response

Additional Context

Error: Cannot query field "featuredComments" on type "Post". Did you mean "numComments"?: {"response":{"errors":[{"message":"Cannot query field \"featuredComments\" on type \"Post\". Did you mean \"numComments\"?","locations":[{"line":54,"column":5}],"extensions":{"code":"GRAPHQL_VALIDATION_FAILED"}}],"status":200,"headers":{"map":{"access-control-allow-credentials":"true","alt-svc":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000","content-length":"201","content-security-policy":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests","content-type":"application/json; charset=utf-8","cross-origin-opener-policy":"same-origin","cross-origin-resource-policy":"same-origin","date":"Wed, 17 Jul 2024 11:18:32 GMT","origin-agent-cluster":"?1","referrer-policy":"no-referrer","strict-transport-security":"max-age=15552000; includeSubDomains","vary":"Origin","via":"1.1 google","x-content-type-options":"nosniff","x-dns-prefetch-control":"off","x-download-options":"noopen","x-firefox-http3":"h3","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-xss-protection":"0"}}},"request":{"query":"\n  query Feed(\n    $loggedIn: Boolean! = false\n    $first: Int\n    $after: String\n    $ranking: Ranking\n    $unreadOnly: Boolean\n    $version: Int\n  ) {\n    page: feed(\n      first: $first\n      after: $after\n      ranking: $ranking\n      unreadOnly: $unreadOnly\n      version: $version\n    ) {\n      ...FeedPostConnection\n    }\n  }\n  \n  fragment FeedPostConnection on PostConnection {\n    pageInfo {\n      hasNextPage\n      endCursor\n    }\n    edges {\n      node {\n        ...FeedPost\n        ...UserPost @include(if: $loggedIn)\n      }\n    }\n  }\n  \n  fragment FeedPost on Post {\n    id\n    title\n    createdAt\n    image\n    readTime\n    source {\n      id\n      name\n      image\n    }\n    permalink\n    numComments\n    numUpvotes\n    commentsPermalink\n    author {\n      name\n      image\n      username\n    }\n    featuredComments {\n      id\n      content\n      permalink\n      author {\n        name\n        image\n        username\n      }\n    }\n    trending\n    tags\n  }\n\n  \n  fragment UserPost on Post {\n    read\n    upvoted\n    commented\n    bookmarked\n  }\n\n\n","variables":{"version":1,"ranking":"POPULARITY","first":13,"loggedIn":true,"unreadOnly":false}}}

Code of Conduct

rebelchris commented 1 month ago

Hi @RichardPFernandes

Are you on firefox version 3.15.5 by chance?

Unfortunately our Firefox extension got reverted to a old, unsupported version. For the mean time please use our web app instead: https://app.daily.dev/

We are urgently trying to resolve this with FF to get our version back up and running.

RichardPFernandes commented 1 month ago

image

Ok, thanks.

rebelchris commented 1 month ago

Sorry I meant the daily.dev version 3.15.5 You should be able to see from here: about:addons (opening this in firefox)

RichardPFernandes commented 1 month ago

Yes, its version 3.15.5

rebelchris commented 1 month ago

@RichardPFernandes Ah yes in that case you downloaded the 2 year old version that Firefox put us back on. Sorry for the inconvenience, we are in discussion with Firefox to resolve this asap.

In the mean time please do use our webapp which will work for you: https://app.daily.dev/ Closing the issue for now, will revert back once we know more.