Skip to content
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

Won’t search or go to links + bare server wont work. #281

Open
SplitSplice opened this issue Oct 31, 2024 · 13 comments
Open

Won’t search or go to links + bare server wont work. #281

SplitSplice opened this issue Oct 31, 2024 · 13 comments

Comments

@SplitSplice
Copy link

I deployed it with AWS Amplify. When going to the site, everything seems good. But when I type something into the search bar (link or search term), it doesn’t do anything. When switching to bare server + dynamic, it opened an error page or sumn.

Here’s my deployment:
https://main.d1tw8r7aeken8r.amplifyapp.com/

@SplitSplice
Copy link
Author

Here’s the error:

`Error: Unable to fetch Bare meta: 404 <!doctype html>

<script src="/transports/bareTransport.js" defer></script> <script src="/uv/uv.bundle.js" defer></script> <script src="/uv/uv.config.js" defer></script> <script src="/dynamic/dynamic.config.js" defer></script> <script src="/localforage/localforage.min.js" defer></script> <script type="module" crossorigin src="/assets/index-BwdKtiQv.js"></script>
<script>
  if (
    new URL(Object.assign(document.createElement("a"), { href: "/" }).href)
      .password
  )
    window.location.href = window.location.href;
</script>
<script>
  try {
    if (
      !localStorage["auth"] &&
      new URL(document.all.rcheck.href).password
    ) {
      window.location.reload();
      localStorage["auth"] = 1;
    }
  } catch {}
</script>
`

@SplitSplice
Copy link
Author

btw no ultraviolet and rammerhead don’t work for me.

@rifting
Copy link
Member

rifting commented Oct 31, 2024

Please share the full console outputs

@SplitSplice
Copy link
Author

Please share the full console outputs

I can’t find a way to view console outputs in amplify.

@rifting
Copy link
Member

rifting commented Nov 2, 2024

I mean of the browser

@SplitSplice
Copy link
Author

I mean of the browser

I’m on mobile.

@rifting
Copy link
Member

rifting commented Nov 7, 2024

Could you switch to a PC or laptop for debugging reasons? I can't recreate this issue

@rifting
Copy link
Member

rifting commented Nov 7, 2024

Looks like your wisp and bare server are both 404ing. Which wisp server are you using? Is this behind nginx?

@Prexry
Copy link

Prexry commented Nov 8, 2024

I get the same issue selfhosting

@MotorTruck1221
Copy link
Collaborator

@Prexry would you mind telling me which version of Nebula your using?

@Prexry
Copy link

Prexry commented Nov 8, 2024

@MotorTruck1221 v9.0.1

@SplitSplice
Copy link
Author

Looks like your wisp and bare server are both 404ing. Which wisp server are you using? Is this behind nginx?

The wisp server is “wss://main.d1tw8r7aeken8r.amplifyapp.com/wisp/”. Sorry for the late response.

@Prexry
Copy link

Prexry commented Nov 9, 2024

v9.0.2 fixes this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants