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

Upstream updates 12-18-2023 #32

Merged
merged 17 commits into from
Dec 18, 2023
Merged

Upstream updates 12-18-2023 #32

merged 17 commits into from
Dec 18, 2023

Conversation

alishaevn
Copy link
Contributor

changes were recently made to the purchase orders serializer. this commit
updates our code so the app continues working with that change.

ref: notch8/webstore#337
we still need to check eslint somewhere in this process though. so I'm
creating the build-test-lint workflow.

ref: https://nextjs.org/docs/pages/api-reference/next-config-js/eslint
this commit change means we no longer get the error:
  "Detected next.config.js, no exported configuration found.
  https://nextjs.org/docs/messages/empty-configuration"
the existing line failed with a "Error: Cannot find module
'/home/node/app/bash'" error. Locally and in CI/CD. I found a SO post
and tried the suggestion, which worked locally. I'm hoping it will work
in CI/CD too.

ref: https://stackoverflow.com/a/49647309/8079848
trying to get around the error:
  > Cypress could not verify that this server is running:
  > http://localhost:3000
  > We are verifying this server because it has been configured as your
  > baseUrl.
Copy link

vercel bot commented Dec 18, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
phenovista ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 18, 2023 10:18pm

@alishaevn alishaevn changed the title Upstream updates 12 18 2023 Upstream updates 12-18-2023 Dec 18, 2023
@alishaevn
Copy link
Contributor Author

merging since this pr aligns with the upstream code, which was already approved.

@alishaevn alishaevn merged commit f309ba0 into main Dec 18, 2023
6 of 7 checks passed
@alishaevn alishaevn deleted the upstream-updates-12-18-2023 branch December 18, 2023 22:25
This was linked to issues Dec 18, 2023
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

Successfully merging this pull request may close these issues.

fix the deploy account for api changes
1 participant