dozieokk
WWasp
•Created by dozieokk on 12/4/2024 in #đŸ™‹questions
Bluesky oauth
@martinsos is this something you folks will be open to accepting as an open source contribution? Assuming it's roughly the same amount of work to officially contribute it vs just add it for my product.
9 replies
WWasp
•Created by dozieokk on 12/1/2024 in #đŸ™‹questions
how to pass through a json response from the server to the client without using react component
Hey @Filip all good thanks!
13 replies
WWasp
•Created by dozieokk on 12/1/2024 in #đŸ™‹questions
how to pass through a json response from the server to the client without using react component
@kapa.ai Where do I define this:
import { api } from 'wasp/client/api';
async function fetchOauthClientMetadata() {
try {
const response = await api.get('/oauth/client-metadata.json');
console.log(response.data); // This will be your JSON data
return response.data;
} catch (error) {
console.error('Error fetching OAuth client metadata:', error);
}
}
13 replies
WWasp
•Created by Stefan VitĂ³ria on 11/25/2024 in #đŸ™‹questions
Error installing dependencies with new version of opensaas
"react-apexcharts": "^1.6.0",
"apexcharts": "^4.1.0",
did the same. Thanks for sharing.11 replies