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

issues on 'the FULA client library' page #96

Open
4 tasks
gitaaron opened this issue Apr 1, 2022 · 2 comments
Open
4 tasks

issues on 'the FULA client library' page #96

gitaaron opened this issue Apr 1, 2022 · 2 comments
Assignees
Milestone

Comments

@gitaaron
Copy link
Collaborator

gitaaron commented Apr 1, 2022

Found two issues on 'the fula client library' page.

  1. Getting a timeout error when trying to do following from webpack -
import {createClient} from '@functionland/fula'
const fulaClient = await createClient();
  1. Looks like js cdn is not loading (giving a 404) -
<script src="https://cdn.jsdelivr.net/npm/@functionland/fula/dist/index.js"></script>

To fix:

@mehdibalouchi
Copy link
Contributor

There seems to be a change in the URL. There are two builds available, a node and a web version.
https://cdn.jsdelivr.net/npm/@functionland/fula/dist/web/index.js for web
https://cdn.jsdelivr.net/npm/@functionland/fula/dist/node/index.cjs for node

I'm not sure if just changing the URL solves the problem. @farhoud is there any other changes in the build process?

@farhoud
Copy link
Contributor

farhoud commented Apr 2, 2022

Oops. I really have to be more careful what im changing.
But it should be just this. I will test it asap.

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

No branches or pull requests

3 participants